Html Css Color HEX #21BBD2 Summer Sky

📋 copy color: '#21BBD2'

red 33 ◦ green 187 ◦ blue 210

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

Shades of Summer Sky #21BBD2

Tints of Summer Sky #21BBD2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.49%

 BLUE value IS 210 (82.42% from 255) = 48.84%

R = 7.67%
G = 43.49%
B = 48.84%

CMYK

 C value IS 0.84

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#21BBD2 (or 0x21BBD2) is known color: Summer Sky. HEX triplet: 21, BB and D2. RGB value is (33,187,210). Sum of RGB (Red+Green+Blue) = 33+187+210=430 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.67% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 210 (82.42% from 255 or 48.84% from 430); Max value from RGB is 210 - color contains mainly: blue. Hex color #21BBD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BBD2 is #DE442D. Grayscale: #8F8F8F. Windows color (decimal): -14566446 or 13810465. OLE color: 13810465.

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

Color convert

RGB 33 187 210 -
CMYK 0.84 0.11 0 0.18
HSL 187.8º 0.73% 0.48% -
HSV(B) 187.8º 0.84% 0.82% -
XYZ 30.03 40.52 67.21 -
YUV 143.58 165.48 49.13 -
System Red Green Blue C M Y K H S L
Decimal 33 187 210 0.84 0.11 0 0.18 187.8 0.73 0.48
Hex 21 BB D2 54 B 0 12 BC 49 30
Octal 41 273 322 124 13 0 22 274 111 60
Binary 100001 10111011 11010010 1010100 1011 0 10010 10111100 1001001 110000

Color Harmonies of #21BBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BBD2

Black with #21BBD2

Text Example


Text Example

White with #21BBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,187,210); }

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

background-color css

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

 a { background-color: rgb(33,187,210); }

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

border-color css

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

 span { border-color: rgb(33,187,210); }

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