Html Css Color HEX #21B0F7 Summer Sky

📋 copy color: '#21B0F7'

red 33 ◦ green 176 ◦ blue 247

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

Shades of Summer Sky #21B0F7

Tints of Summer Sky #21B0F7

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.6%

 BLUE value IS 247 (96.88% from 255) = 54.17%

R = 7.24%
G = 38.6%
B = 54.17%

CMYK

 C value IS 0.87

 M value IS 0.29

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#21B0F7 (or 0x21B0F7) is known color: Summer Sky. HEX triplet: 21, B0 and F7. RGB value is (33,176,247). Sum of RGB (Red+Green+Blue) = 33+176+247=456 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.24% from 456); Green value is 176 (69.14% from 255 or 38.60% from 456); Blue value is 247 (96.88% from 255 or 54.17% from 456); Max value from RGB is 247 - color contains mainly: blue. Hex color #21B0F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21B0F7 is #DE4F08. Grayscale: #8C8C8C. Windows color (decimal): -14569225 or 16232481. OLE color: 16232481.

HSL color Cylindrical-coordinate representation of color #21B0F7: hue angle of 199.91º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21B0F7 is Cyan = 0.87, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 33 176 247 -
CMYK 0.87 0.29 0 0.03
HSL 199.91º 0.93% 0.55% -
HSV(B) 199.91º 0.87% 0.97% -
XYZ 32.94 38.09 93.61 -
YUV 141.34 187.62 50.73 -
System Red Green Blue C M Y K H S L
Decimal 33 176 247 0.87 0.29 0 0.03 199.91 0.93 0.55
Hex 21 B0 F7 57 1D 0 3 C8 5D 37
Octal 41 260 367 127 35 0 3 310 135 67
Binary 100001 10110000 11110111 1010111 11101 0 11 11001000 1011101 110111

Color Harmonies of #21B0F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B0F7

Black with #21B0F7

Text Example


Text Example

White with #21B0F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,176,247); }

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

background-color css

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

 a { background-color: rgb(33,176,247); }

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

border-color css

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

 span { border-color: rgb(33,176,247); }

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