Html Css Color HEX #21AFCD Summer Sky

📋 copy color: '#21AFCD'

red 33 ◦ green 175 ◦ blue 205

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

Shades of Summer Sky #21AFCD

Tints of Summer Sky #21AFCD

RGB

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

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

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

R = 7.99%
G = 42.37%
B = 49.64%

CMYK

 C value IS 0.84

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#21AFCD (or 0x21AFCD) is known color: Summer Sky. HEX triplet: 21, AF and CD. RGB value is (33,175,205). Sum of RGB (Red+Green+Blue) = 33+175+205=413 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.99% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #21AFCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21AFCD is #DE5032. Grayscale: #878787. Windows color (decimal): -14569523 or 13479713. OLE color: 13479713.

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

Color convert

RGB 33 175 205 -
CMYK 0.84 0.15 0 0.20
HSL 190.47º 0.72% 0.47% -
HSV(B) 190.47º 0.84% 0.8% -
XYZ 26.98 35.39 63.17 -
YUV 135.96 166.96 54.56 -
System Red Green Blue C M Y K H S L
Decimal 33 175 205 0.84 0.15 0 0.20 190.47 0.72 0.47
Hex 21 AF CD 54 F 0 14 BE 48 2F
Octal 41 257 315 124 17 0 24 276 110 57
Binary 100001 10101111 11001101 1010100 1111 0 10100 10111110 1001000 101111

Color Harmonies of #21AFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AFCD

Black with #21AFCD

Text Example


Text Example

White with #21AFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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