Html Css Color HEX #21AECB Summer Sky

📋 copy color: '#21AECB'

red 33 ◦ green 174 ◦ blue 203

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

Shades of Summer Sky #21AECB

Tints of Summer Sky #21AECB

RGB

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

 GREEN value IS 174 (68.36% from 255) = 42.44%

 BLUE value IS 203 (79.69% from 255) = 49.51%

R = 8.05%
G = 42.44%
B = 49.51%

CMYK

 C value IS 0.84

 M value IS 0.14

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#21AECB (or 0x21AECB) is known color: Summer Sky. HEX triplet: 21, AE and CB. RGB value is (33,174,203). Sum of RGB (Red+Green+Blue) = 33+174+203=410 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.05% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #21AECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21AECB is #DE5134. Grayscale: #868686. Windows color (decimal): -14569781 or 13348385. OLE color: 13348385.

HSL color Cylindrical-coordinate representation of color #21AECB: hue angle of 190.24º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21AECB is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 33 174 203 -
CMYK 0.84 0.14 0 0.20
HSL 190.24º 0.72% 0.46% -
HSV(B) 190.24º 0.84% 0.8% -
XYZ 26.54 34.91 61.84 -
YUV 135.15 166.29 55.14 -
System Red Green Blue C M Y K H S L
Decimal 33 174 203 0.84 0.14 0 0.20 190.24 0.72 0.46
Hex 21 AE CB 54 E 0 14 BE 48 2E
Octal 41 256 313 124 16 0 24 276 110 56
Binary 100001 10101110 11001011 1010100 1110 0 10100 10111110 1001000 101110

Color Harmonies of #21AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21AECB

Black with #21AECB

Text Example


Text Example

White with #21AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,174,203); }

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

background-color css

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

 a { background-color: rgb(33,174,203); }

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

border-color css

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

 span { border-color: rgb(33,174,203); }

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