Html Css Color HEX #38AAEC Summer Sky

📋 copy color: '#38AAEC'

red 56 ◦ green 170 ◦ blue 236

#38AAEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #38AAEC

Tints of Summer Sky #38AAEC

RGB

 RED value IS 56 (22.27% from 255) = 12.12%

 GREEN value IS 170 (66.8% from 255) = 36.8%

 BLUE value IS 236 (92.58% from 255) = 51.08%

R = 12.12%
G = 36.8%
B = 51.08%

CMYK

 C value IS 0.76

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#38AAEC (or 0x38AAEC) is known color: Summer Sky. HEX triplet: 38, AA and EC. RGB value is (56,170,236). Sum of RGB (Red+Green+Blue) = 56+170+236=462 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.12% from 462); Green value is 170 (66.80% from 255 or 36.80% from 462); Blue value is 236 (92.58% from 255 or 51.08% from 462); Max value from RGB is 236 - color contains mainly: blue. Hex color #38AAEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #38AAEC is #C75513. Grayscale: #8F8F8F. Windows color (decimal): -13063444 or 15510072. OLE color: 15510072.

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

Color convert

RGB 56 170 236 -
CMYK 0.76 0.28 0 0.07
HSL 202º 0.83% 0.57% -
HSV(B) 202º 0.76% 0.93% -
XYZ 31.15 35.65 84.6 -
YUV 143.44 180.23 65.63 -
System Red Green Blue C M Y K H S L
Decimal 56 170 236 0.76 0.28 0 0.07 202 0.83 0.57
Hex 38 AA EC 4C 1C 0 7 CA 53 39
Octal 70 252 354 114 34 0 7 312 123 71
Binary 111000 10101010 11101100 1001100 11100 0 111 11001010 1010011 111001

Color Harmonies of #38AAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AAEC

Black with #38AAEC

Text Example


Text Example

White with #38AAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,170,236); }

 H1.HeaderClassName
 {
   color: #38AAEC;
 }
 .AnyTagClassName
 {
   color: #38AAEC;
 }
</style>

background-color css

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

 a { background-color: rgb(56,170,236); }

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

border-color css

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

 span { border-color: rgb(56,170,236); }

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