Html Css Color HEX #21A5C6 Pelorous

📋 copy color: '#21A5C6'

red 33 ◦ green 165 ◦ blue 198

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

Shades of Pelorous #21A5C6

Tints of Pelorous #21A5C6

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.67%

 BLUE value IS 198 (77.73% from 255) = 50%

R = 8.33%
G = 41.67%
B = 50%

CMYK

 C value IS 0.83

 M value IS 0.17

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#21A5C6 (or 0x21A5C6) is known color: Pelorous. HEX triplet: 21, A5 and C6. RGB value is (33,165,198). Sum of RGB (Red+Green+Blue) = 33+165+198=396 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.33% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 198 (77.73% from 255 or 50% from 396); Max value from RGB is 198 - color contains mainly: blue. Hex color #21A5C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21A5C6 is #DE5A39. Grayscale: #818181. Windows color (decimal): -14572090 or 13018401. OLE color: 13018401.

HSL color Cylindrical-coordinate representation of color #21A5C6: hue angle of 192º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21A5C6 is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 33 165 198 -
CMYK 0.83 0.17 0 0.22
HSL 192º 0.71% 0.45% -
HSV(B) 192º 0.83% 0.78% -
XYZ 24.28 31.31 58.19 -
YUV 129.29 166.77 59.32 -
System Red Green Blue C M Y K H S L
Decimal 33 165 198 0.83 0.17 0 0.22 192 0.71 0.45
Hex 21 A5 C6 53 11 0 16 C0 47 2D
Octal 41 245 306 123 21 0 26 300 107 55
Binary 100001 10100101 11000110 1010011 10001 0 10110 11000000 1000111 101101

Color Harmonies of #21A5C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21A5C6

Black with #21A5C6

Text Example


Text Example

White with #21A5C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,165,198); }

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

background-color css

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

 a { background-color: rgb(33,165,198); }

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

border-color css

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

 span { border-color: rgb(33,165,198); }

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