Html Css Color HEX #21A5CF Summer Sky

📋 copy color: '#21A5CF'

red 33 ◦ green 165 ◦ blue 207

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

Shades of Summer Sky #21A5CF

Tints of Summer Sky #21A5CF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.74%

 BLUE value IS 207 (81.25% from 255) = 51.11%

R = 8.15%
G = 40.74%
B = 51.11%

CMYK

 C value IS 0.84

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#21A5CF (or 0x21A5CF) is known color: Summer Sky. HEX triplet: 21, A5 and CF. RGB value is (33,165,207). Sum of RGB (Red+Green+Blue) = 33+165+207=405 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.15% from 405); Green value is 165 (64.84% from 255 or 40.74% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #21A5CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21A5CF is #DE5A30. Grayscale: #828282. Windows color (decimal): -14572081 or 13608225. OLE color: 13608225.

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

Color convert

RGB 33 165 207 -
CMYK 0.84 0.20 0 0.19
HSL 194.48º 0.73% 0.47% -
HSV(B) 194.48º 0.84% 0.81% -
XYZ 25.34 31.74 63.82 -
YUV 130.32 171.27 58.58 -
System Red Green Blue C M Y K H S L
Decimal 33 165 207 0.84 0.20 0 0.19 194.48 0.73 0.47
Hex 21 A5 CF 54 14 0 13 C2 48 2F
Octal 41 245 317 124 24 0 23 302 110 57
Binary 100001 10100101 11001111 1010100 10100 0 10011 11000010 1001000 101111

Color Harmonies of #21A5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A5CF

Black with #21A5CF

Text Example


Text Example

White with #21A5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,165,207); }

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

background-color css

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

 a { background-color: rgb(33,165,207); }

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

border-color css

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

 span { border-color: rgb(33,165,207); }

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