#38a3ee

Color #38A3EE Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #38A3EE

Tints of Summer Sky #38A3EE

Color information

#38A3EE (or 0x38A3EE) is unknown color: approx Summer Sky. HEX triplet: 38, A3 and EE. RGB value is (56,163,238). Sum of RGB (Red+Green+Blue) = 56+163+238=457 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.25% from 457); Green value is 163 (64.06% from 255 or 35.67% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #38A3EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #38A3EE is #C75C11. Grayscale: #8B8B8B. Windows color (decimal): -13065234 or 15639352. OLE color: 15639352.

HSL color Cylindrical-coordinate representation of color #38A3EE: hue angle of 204.73º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38A3EE is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB56163238-
CMYK0.760.3200.07
HSL204.73º84.26%57.65%-
HSV(B)204.73º76.47%93.33%-
XYZ30.1633.2185.71-
YUV139.56183.5568.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 12.25%
GREEN value IS 163 (64.06% from 255) = 35.67%
BLUE value IS 238 (93.36% from 255) = 52.08%
R=12.25%
G=35.67%
B=52.08%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal561632380.760.3200.07204.7384.2657.65
Hex38A3EE4C2007cd543a
Octal70243356114400731512472
Binary111000101000111110111010011001000000111110011011010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38a3ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38a3ee; }

 p { color: rgb(56,163,238); }

 H1.HeaderClassName
 {
   color: #38a3ee;
 }
 .AnyTagClassName
 {
   color: #38a3ee;
 }
</style>
background-color css

<style>
 a { background-color: #38a3ee; }

 a { background-color: rgb(56,163,238); }

 div.DivClassName
 {
   background-color: #38a3ee;
 }
 .BgClassName
 {
   background-color: #38a3ee;
 }
</style>
border-color css

<style>
 span { border-color: #38a3ee; }

 span { border-color: rgb(56,163,238); }

 td.TdClassName
 {
   border-color: #38a3ee;
 }
 .TagClassName
 {
   border-color: #38a3ee;
 }
</style>