Html Css Color HEX #21B7EA Summer Sky

📋 copy color: '#21B7EA'

red 33 ◦ green 183 ◦ blue 234

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

Shades of Summer Sky #21B7EA

Tints of Summer Sky #21B7EA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.67%

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

R = 7.33%
G = 40.67%
B = 52%

CMYK

 C value IS 0.86

 M value IS 0.22

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#21B7EA (or 0x21B7EA) is known color: Summer Sky. HEX triplet: 21, B7 and EA. RGB value is (33,183,234). Sum of RGB (Red+Green+Blue) = 33+183+234=450 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.33% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #21B7EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21B7EA is #DE4815. Grayscale: #8F8F8F. Windows color (decimal): -14567446 or 15382305. OLE color: 15382305.

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

Color convert

RGB 33 183 234 -
CMYK 0.86 0.22 0 0.08
HSL 195.22º 0.83% 0.52% -
HSV(B) 195.22º 0.86% 0.92% -
XYZ 32.41 40.13 83.88 -
YUV 143.96 178.81 48.85 -
System Red Green Blue C M Y K H S L
Decimal 33 183 234 0.86 0.22 0 0.08 195.22 0.83 0.52
Hex 21 B7 EA 56 16 0 8 C3 53 34
Octal 41 267 352 126 26 0 10 303 123 64
Binary 100001 10110111 11101010 1010110 10110 0 1000 11000011 1010011 110100

Color Harmonies of #21B7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B7EA

Black with #21B7EA

Text Example


Text Example

White with #21B7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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