Html Css Color HEX #21B4D5 Summer Sky

📋 copy color: '#21B4D5'

red 33 ◦ green 180 ◦ blue 213

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

Shades of Summer Sky #21B4D5

Tints of Summer Sky #21B4D5

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.25%

 BLUE value IS 213 (83.59% from 255) = 50%

R = 7.75%
G = 42.25%
B = 50%

CMYK

 C value IS 0.85

 M value IS 0.15

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#21B4D5 (or 0x21B4D5) is known color: Summer Sky. HEX triplet: 21, B4 and D5. RGB value is (33,180,213). Sum of RGB (Red+Green+Blue) = 33+180+213=426 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.75% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 213 (83.59% from 255 or 50% from 426); Max value from RGB is 213 - color contains mainly: blue. Hex color #21B4D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21B4D5 is #DE4B2A. Grayscale: #8B8B8B. Windows color (decimal): -14568235 or 14005281. OLE color: 14005281.

HSL color Cylindrical-coordinate representation of color #21B4D5: hue angle of 191º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21B4D5 is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 33 180 213 -
CMYK 0.85 0.15 0 0.16
HSL 191º 0.73% 0.48% -
HSV(B) 191º 0.85% 0.84% -
XYZ 28.96 37.77 68.71 -
YUV 139.81 169.3 51.82 -
System Red Green Blue C M Y K H S L
Decimal 33 180 213 0.85 0.15 0 0.16 191 0.73 0.48
Hex 21 B4 D5 55 F 0 10 BF 49 30
Octal 41 264 325 125 17 0 20 277 111 60
Binary 100001 10110100 11010101 1010101 1111 0 10000 10111111 1001001 110000

Color Harmonies of #21B4D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21B4D5

Black with #21B4D5

Text Example


Text Example

White with #21B4D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,180,213); }

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

background-color css

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

 a { background-color: rgb(33,180,213); }

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

border-color css

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

 span { border-color: rgb(33,180,213); }

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