Html Css Color HEX #21B3EA Summer Sky

📋 copy color: '#21B3EA'

red 33 ◦ green 179 ◦ blue 234

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

Shades of Summer Sky #21B3EA

Tints of Summer Sky #21B3EA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.13%

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

R = 7.4%
G = 40.13%
B = 52.47%

CMYK

 C value IS 0.86

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#21B3EA (or 0x21B3EA) is known color: Summer Sky. HEX triplet: 21, B3 and EA. RGB value is (33,179,234). Sum of RGB (Red+Green+Blue) = 33+179+234=446 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.40% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #21B3EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21B3EA is #DE4C15. Grayscale: #8D8D8D. Windows color (decimal): -14568470 or 15381281. OLE color: 15381281.

HSL color Cylindrical-coordinate representation of color #21B3EA: hue angle of 196.42º 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 #21B3EA is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 33 179 234 -
CMYK 0.86 0.24 0 0.08
HSL 196.42º 0.83% 0.52% -
HSV(B) 196.42º 0.86% 0.92% -
XYZ 31.6 38.5 83.61 -
YUV 141.62 180.13 50.53 -
System Red Green Blue C M Y K H S L
Decimal 33 179 234 0.86 0.24 0 0.08 196.42 0.83 0.52
Hex 21 B3 EA 56 18 0 8 C4 53 34
Octal 41 263 352 126 30 0 10 304 123 64
Binary 100001 10110011 11101010 1010110 11000 0 1000 11000100 1010011 110100

Color Harmonies of #21B3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B3EA

Black with #21B3EA

Text Example


Text Example

White with #21B3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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