Html Css Color HEX #208ECC Pelorous

📋 copy color: '#208ECC'

red 32 ◦ green 142 ◦ blue 204

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

Shades of Pelorous #208ECC

Tints of Pelorous #208ECC

RGB

 RED value IS 32 (12.89% from 255) = 8.47%

 GREEN value IS 142 (55.86% from 255) = 37.57%

 BLUE value IS 204 (80.08% from 255) = 53.97%

R = 8.47%
G = 37.57%
B = 53.97%

CMYK

 C value IS 0.84

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#208ECC (or 0x208ECC) is known color: Pelorous. HEX triplet: 20, 8E and CC. RGB value is (32,142,204). Sum of RGB (Red+Green+Blue) = 32+142+204=378 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.47% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #208ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208ECC is #DF7133. Grayscale: #737373. Windows color (decimal): -14643508 or 13405728. OLE color: 13405728.

HSL color Cylindrical-coordinate representation of color #208ECC: hue angle of 201.63º degrees, saturation: 0.73, 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 #208ECC is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 32 142 204 -
CMYK 0.84 0.30 0 0.2
HSL 201.63º 0.73% 0.46% -
HSV(B) 201.63º 0.84% 0.8% -
XYZ 21.17 24.01 60.65 -
YUV 116.18 177.56 67.96 -
System Red Green Blue C M Y K H S L
Decimal 32 142 204 0.84 0.30 0 0.2 201.63 0.73 0.46
Hex 20 8E CC 54 1E 0 14 CA 49 2E
Octal 40 216 314 124 36 0 24 312 111 56
Binary 100000 10001110 11001100 1010100 11110 0 10100 11001010 1001001 101110

Color Harmonies of #208ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208ECC

Black with #208ECC

Text Example


Text Example

White with #208ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208ECC; }

 p { color: rgb(32,142,204); }

 H1.HeaderClassName
 {
   color: #208ECC;
 }
 .AnyTagClassName
 {
   color: #208ECC;
 }
</style>

background-color css

<style>
 a { background-color: #208ECC; }

 a { background-color: rgb(32,142,204); }

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

border-color css

<style>
 span { border-color: #208ECC; }

 span { border-color: rgb(32,142,204); }

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