Html Css Color HEX #21BCEB Summer Sky

📋 copy color: '#21BCEB'

red 33 ◦ green 188 ◦ blue 235

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

Shades of Summer Sky #21BCEB

Tints of Summer Sky #21BCEB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.23%

 BLUE value IS 235 (92.19% from 255) = 51.54%

R = 7.24%
G = 41.23%
B = 51.54%

CMYK

 C value IS 0.86

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#21BCEB (or 0x21BCEB) is known color: Summer Sky. HEX triplet: 21, BC and EB. RGB value is (33,188,235). Sum of RGB (Red+Green+Blue) = 33+188+235=456 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.24% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 235 (92.19% from 255 or 51.54% from 456); Max value from RGB is 235 - color contains mainly: blue. Hex color #21BCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21BCEB is #DE4314. Grayscale: #929292. Windows color (decimal): -14566165 or 15449121. OLE color: 15449121.

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

Color convert

RGB 33 188 235 -
CMYK 0.86 0.2 0 0.08
HSL 193.96º 0.83% 0.53% -
HSV(B) 193.96º 0.86% 0.92% -
XYZ 33.61 42.29 84.99 -
YUV 147.01 177.65 46.68 -
System Red Green Blue C M Y K H S L
Decimal 33 188 235 0.86 0.2 0 0.08 193.96 0.83 0.53
Hex 21 BC EB 56 14 0 8 C2 53 35
Octal 41 274 353 126 24 0 10 302 123 65
Binary 100001 10111100 11101011 1010110 10100 0 1000 11000010 1010011 110101

Color Harmonies of #21BCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BCEB

Black with #21BCEB

Text Example


Text Example

White with #21BCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,188,235); }

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

background-color css

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

 a { background-color: rgb(33,188,235); }

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

border-color css

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

 span { border-color: rgb(33,188,235); }

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