Html Css Color HEX #33AFCD Summer Sky

📋 copy color: '#33AFCD'

red 51 ◦ green 175 ◦ blue 205

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

Shades of Summer Sky #33AFCD

Tints of Summer Sky #33AFCD

RGB

 RED value IS 51 (20.31% from 255) = 11.83%

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

 BLUE value IS 205 (80.47% from 255) = 47.56%

R = 11.83%
G = 40.6%
B = 47.56%

CMYK

 C value IS 0.75

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#33AFCD (or 0x33AFCD) is known color: Summer Sky. HEX triplet: 33, AF and CD. RGB value is (51,175,205). Sum of RGB (Red+Green+Blue) = 51+175+205=431 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.83% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #33AFCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33AFCD is #CC5032. Grayscale: #8D8D8D. Windows color (decimal): -13389875 or 13479731. OLE color: 13479731.

HSL color Cylindrical-coordinate representation of color #33AFCD: hue angle of 191.69º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33AFCD is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 51 175 205 -
CMYK 0.75 0.15 0 0.20
HSL 191.69º 0.61% 0.5% -
HSV(B) 191.69º 0.75% 0.8% -
XYZ 27.71 35.77 63.2 -
YUV 141.34 163.92 63.56 -
System Red Green Blue C M Y K H S L
Decimal 51 175 205 0.75 0.15 0 0.20 191.69 0.61 0.5
Hex 33 AF CD 4B F 0 14 C0 3D 32
Octal 63 257 315 113 17 0 24 300 75 62
Binary 110011 10101111 11001101 1001011 1111 0 10100 11000000 111101 110010

Color Harmonies of #33AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33AFCD

Black with #33AFCD

Text Example


Text Example

White with #33AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33AFCD; }

 p { color: rgb(51,175,205); }

 H1.HeaderClassName
 {
   color: #33AFCD;
 }
 .AnyTagClassName
 {
   color: #33AFCD;
 }
</style>

background-color css

<style>
 a { background-color: #33AFCD; }

 a { background-color: rgb(51,175,205); }

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

border-color css

<style>
 span { border-color: #33AFCD; }

 span { border-color: rgb(51,175,205); }

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