Html Css Color HEX #38AECC Summer Sky

📋 copy color: '#38AECC'

red 56 ◦ green 174 ◦ blue 204

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

Shades of Summer Sky #38AECC

Tints of Summer Sky #38AECC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.09%

 BLUE value IS 204 (80.08% from 255) = 47%

R = 12.9%
G = 40.09%
B = 47%

CMYK

 C value IS 0.73

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#38AECC (or 0x38AECC) is known color: Summer Sky. HEX triplet: 38, AE and CC. RGB value is (56,174,204). Sum of RGB (Red+Green+Blue) = 56+174+204=434 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.90% from 434); Green value is 174 (68.36% from 255 or 40.09% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #38AECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38AECC is #C75133. Grayscale: #8D8D8D. Windows color (decimal): -13062452 or 13413944. OLE color: 13413944.

HSL color Cylindrical-coordinate representation of color #38AECC: hue angle of 192.16º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38AECC is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 56 174 204 -
CMYK 0.73 0.15 0 0.2
HSL 192.16º 0.59% 0.51% -
HSV(B) 192.16º 0.73% 0.8% -
XYZ 27.67 35.47 62.52 -
YUV 142.14 162.91 66.56 -
System Red Green Blue C M Y K H S L
Decimal 56 174 204 0.73 0.15 0 0.2 192.16 0.59 0.51
Hex 38 AE CC 49 F 0 14 C0 3B 33
Octal 70 256 314 111 17 0 24 300 73 63
Binary 111000 10101110 11001100 1001001 1111 0 10100 11000000 111011 110011

Color Harmonies of #38AECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AECC

Black with #38AECC

Text Example


Text Example

White with #38AECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,174,204); }

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

background-color css

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

 a { background-color: rgb(56,174,204); }

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

border-color css

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

 span { border-color: rgb(56,174,204); }

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