Html Css Color HEX #21AFCC Summer Sky

📋 copy color: '#21AFCC'

red 33 ◦ green 175 ◦ blue 204

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

Shades of Summer Sky #21AFCC

Tints of Summer Sky #21AFCC

RGB

 RED value IS 33 (13.28% from 255) = 8.01%

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

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

R = 8.01%
G = 42.48%
B = 49.51%

CMYK

 C value IS 0.84

 M value IS 0.14

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#21AFCC (or 0x21AFCC) is known color: Summer Sky. HEX triplet: 21, AF and CC. RGB value is (33,175,204). Sum of RGB (Red+Green+Blue) = 33+175+204=412 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.01% from 412); Green value is 175 (68.75% from 255 or 42.48% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #21AFCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21AFCC is #DE5033. Grayscale: #878787. Windows color (decimal): -14569524 or 13414177. OLE color: 13414177.

HSL color Cylindrical-coordinate representation of color #21AFCC: hue angle of 190.18º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21AFCC is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 33 175 204 -
CMYK 0.84 0.14 0 0.2
HSL 190.18º 0.72% 0.46% -
HSV(B) 190.18º 0.84% 0.8% -
XYZ 26.86 35.34 62.53 -
YUV 135.85 166.46 54.64 -
System Red Green Blue C M Y K H S L
Decimal 33 175 204 0.84 0.14 0 0.2 190.18 0.72 0.46
Hex 21 AF CC 54 E 0 14 BE 48 2E
Octal 41 257 314 124 16 0 24 276 110 56
Binary 100001 10101111 11001100 1010100 1110 0 10100 10111110 1001000 101110

Color Harmonies of #21AFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AFCC

Black with #21AFCC

Text Example


Text Example

White with #21AFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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