Html Css Color HEX #38AFCC Summer Sky

📋 copy color: '#38AFCC'

red 56 ◦ green 175 ◦ blue 204

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

Shades of Summer Sky #38AFCC

Tints of Summer Sky #38AFCC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.23%

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

R = 12.87%
G = 40.23%
B = 46.9%

CMYK

 C value IS 0.73

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#38AFCC (or 0x38AFCC) is known color: Summer Sky. HEX triplet: 38, AF and CC. RGB value is (56,175,204). Sum of RGB (Red+Green+Blue) = 56+175+204=435 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.87% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #38AFCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38AFCC is #C75033. Grayscale: #8E8E8E. Windows color (decimal): -13062196 or 13414200. OLE color: 13414200.

HSL color Cylindrical-coordinate representation of color #38AFCC: hue angle of 191.76º 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 #38AFCC is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 56 175 204 -
CMYK 0.73 0.14 0 0.2
HSL 191.76º 0.59% 0.51% -
HSV(B) 191.76º 0.73% 0.8% -
XYZ 27.86 35.86 62.58 -
YUV 142.73 162.58 66.14 -
System Red Green Blue C M Y K H S L
Decimal 56 175 204 0.73 0.14 0 0.2 191.76 0.59 0.51
Hex 38 AF CC 49 E 0 14 C0 3B 33
Octal 70 257 314 111 16 0 24 300 73 63
Binary 111000 10101111 11001100 1001001 1110 0 10100 11000000 111011 110011

Color Harmonies of #38AFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AFCC

Black with #38AFCC

Text Example


Text Example

White with #38AFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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