Html Css Color HEX #21BBE1 Summer Sky

📋 copy color: '#21BBE1'

red 33 ◦ green 187 ◦ blue 225

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

Shades of Summer Sky #21BBE1

Tints of Summer Sky #21BBE1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.02%

 BLUE value IS 225 (88.28% from 255) = 50.56%

R = 7.42%
G = 42.02%
B = 50.56%

CMYK

 C value IS 0.85

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#21BBE1 (or 0x21BBE1) is known color: Summer Sky. HEX triplet: 21, BB and E1. RGB value is (33,187,225). Sum of RGB (Red+Green+Blue) = 33+187+225=445 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.42% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 225 (88.28% from 255 or 50.56% from 445); Max value from RGB is 225 - color contains mainly: blue. Hex color #21BBE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BBE1 is #DE441E. Grayscale: #909090. Windows color (decimal): -14566431 or 14793505. OLE color: 14793505.

HSL color Cylindrical-coordinate representation of color #21BBE1: hue angle of 191.88º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21BBE1 is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 33 187 225 -
CMYK 0.85 0.17 0 0.12
HSL 191.88º 0.76% 0.51% -
HSV(B) 191.88º 0.85% 0.88% -
XYZ 31.99 41.3 77.52 -
YUV 145.29 172.98 47.91 -
System Red Green Blue C M Y K H S L
Decimal 33 187 225 0.85 0.17 0 0.12 191.88 0.76 0.51
Hex 21 BB E1 55 11 0 C C0 4C 33
Octal 41 273 341 125 21 0 14 300 114 63
Binary 100001 10111011 11100001 1010101 10001 0 1100 11000000 1001100 110011

Color Harmonies of #21BBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BBE1

Black with #21BBE1

Text Example


Text Example

White with #21BBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,187,225); }

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

background-color css

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

 a { background-color: rgb(33,187,225); }

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

border-color css

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

 span { border-color: rgb(33,187,225); }

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