Html Css Color HEX #21BEEF Summer Sky

📋 copy color: '#21BEEF'

red 33 ◦ green 190 ◦ blue 239

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

Shades of Summer Sky #21BEEF

Tints of Summer Sky #21BEEF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.13%

 BLUE value IS 239 (93.75% from 255) = 51.73%

R = 7.14%
G = 41.13%
B = 51.73%

CMYK

 C value IS 0.86

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#21BEEF (or 0x21BEEF) is known color: Summer Sky. HEX triplet: 21, BE and EF. RGB value is (33,190,239). Sum of RGB (Red+Green+Blue) = 33+190+239=462 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.14% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #21BEEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21BEEF is #DE4110. Grayscale: #949494. Windows color (decimal): -14565649 or 15711777. OLE color: 15711777.

HSL color Cylindrical-coordinate representation of color #21BEEF: hue angle of 194.27º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21BEEF is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 33 190 239 -
CMYK 0.86 0.21 0 0.06
HSL 194.27º 0.87% 0.53% -
HSV(B) 194.27º 0.86% 0.94% -
XYZ 34.62 43.38 88.21 -
YUV 148.64 178.99 45.52 -
System Red Green Blue C M Y K H S L
Decimal 33 190 239 0.86 0.21 0 0.06 194.27 0.87 0.53
Hex 21 BE EF 56 15 0 6 C2 57 35
Octal 41 276 357 126 25 0 6 302 127 65
Binary 100001 10111110 11101111 1010110 10101 0 110 11000010 1010111 110101

Color Harmonies of #21BEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BEEF

Black with #21BEEF

Text Example


Text Example

White with #21BEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,190,239); }

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

background-color css

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

 a { background-color: rgb(33,190,239); }

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

border-color css

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

 span { border-color: rgb(33,190,239); }

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