Html Css Color HEX #21BBEA Summer Sky

📋 copy color: '#21BBEA'

red 33 ◦ green 187 ◦ blue 234

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

Shades of Summer Sky #21BBEA

Tints of Summer Sky #21BBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.54%

R = 7.27%
G = 41.19%
B = 51.54%

CMYK

 C value IS 0.86

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#21BBEA (or 0x21BBEA) is known color: Summer Sky. HEX triplet: 21, BB and EA. RGB value is (33,187,234). Sum of RGB (Red+Green+Blue) = 33+187+234=454 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.27% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #21BBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21BBEA is #DE4415. Grayscale: #919191. Windows color (decimal): -14566422 or 15383329. OLE color: 15383329.

HSL color Cylindrical-coordinate representation of color #21BBEA: hue angle of 194.03º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21BBEA is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 33 187 234 -
CMYK 0.86 0.20 0 0.08
HSL 194.03º 0.83% 0.52% -
HSV(B) 194.03º 0.86% 0.92% -
XYZ 33.25 41.8 84.16 -
YUV 146.31 177.48 47.18 -
System Red Green Blue C M Y K H S L
Decimal 33 187 234 0.86 0.20 0 0.08 194.03 0.83 0.52
Hex 21 BB EA 56 14 0 8 C2 53 34
Octal 41 273 352 126 24 0 10 302 123 64
Binary 100001 10111011 11101010 1010110 10100 0 1000 11000010 1010011 110100

Color Harmonies of #21BBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BBEA

Black with #21BBEA

Text Example


Text Example

White with #21BBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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