Html Css Color HEX #21B5CF Summer Sky

📋 copy color: '#21B5CF'

red 33 ◦ green 181 ◦ blue 207

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

Shades of Summer Sky #21B5CF

Tints of Summer Sky #21B5CF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.99%

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

R = 7.84%
G = 42.99%
B = 49.17%

CMYK

 C value IS 0.84

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#21B5CF (or 0x21B5CF) is known color: Summer Sky. HEX triplet: 21, B5 and CF. RGB value is (33,181,207). Sum of RGB (Red+Green+Blue) = 33+181+207=421 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.84% from 421); Green value is 181 (71.09% from 255 or 42.99% from 421); Blue value is 207 (81.25% from 255 or 49.17% from 421); Max value from RGB is 207 - color contains mainly: blue. Hex color #21B5CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21B5CF is #DE4A30. Grayscale: #8B8B8B. Windows color (decimal): -14567985 or 13612321. OLE color: 13612321.

HSL color Cylindrical-coordinate representation of color #21B5CF: hue angle of 188.97º 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 #21B5CF is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 181 207 -
CMYK 0.84 0.13 0 0.19
HSL 188.97º 0.73% 0.47% -
HSV(B) 188.97º 0.84% 0.81% -
XYZ 28.41 37.88 64.84 -
YUV 139.71 165.97 51.89 -
System Red Green Blue C M Y K H S L
Decimal 33 181 207 0.84 0.13 0 0.19 188.97 0.73 0.47
Hex 21 B5 CF 54 D 0 13 BD 48 2F
Octal 41 265 317 124 15 0 23 275 110 57
Binary 100001 10110101 11001111 1010100 1101 0 10011 10111101 1001000 101111

Color Harmonies of #21B5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B5CF

Black with #21B5CF

Text Example


Text Example

White with #21B5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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