Html Css Color HEX #21AFDF Summer Sky

📋 copy color: '#21AFDF'

red 33 ◦ green 175 ◦ blue 223

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

Shades of Summer Sky #21AFDF

Tints of Summer Sky #21AFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.74%

R = 7.66%
G = 40.6%
B = 51.74%

CMYK

 C value IS 0.85

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#21AFDF (or 0x21AFDF) is known color: Summer Sky. HEX triplet: 21, AF and DF. RGB value is (33,175,223). Sum of RGB (Red+Green+Blue) = 33+175+223=431 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.66% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #21AFDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21AFDF is #DE5020. Grayscale: #898989. Windows color (decimal): -14569505 or 14659361. OLE color: 14659361.

HSL color Cylindrical-coordinate representation of color #21AFDF: hue angle of 195.16º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21AFDF is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 175 223 -
CMYK 0.85 0.22 0 0.13
HSL 195.16º 0.75% 0.5% -
HSV(B) 195.16º 0.85% 0.87% -
XYZ 29.28 36.31 75.28 -
YUV 138.01 175.96 53.1 -
System Red Green Blue C M Y K H S L
Decimal 33 175 223 0.85 0.22 0 0.13 195.16 0.75 0.5
Hex 21 AF DF 55 16 0 D C3 4B 32
Octal 41 257 337 125 26 0 15 303 113 62
Binary 100001 10101111 11011111 1010101 10110 0 1101 11000011 1001011 110010

Color Harmonies of #21AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AFDF

Black with #21AFDF

Text Example


Text Example

White with #21AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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