Html Css Color HEX #208ABA Pelorous

📋 copy color: '#208ABA'

red 32 ◦ green 138 ◦ blue 186

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

Shades of Pelorous #208ABA

Tints of Pelorous #208ABA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.76%

 BLUE value IS 186 (73.05% from 255) = 52.25%

R = 8.99%
G = 38.76%
B = 52.25%

CMYK

 C value IS 0.83

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#208ABA (or 0x208ABA) is known color: Pelorous. HEX triplet: 20, 8A and BA. RGB value is (32,138,186). Sum of RGB (Red+Green+Blue) = 32+138+186=356 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.99% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 186 (73.05% from 255 or 52.25% from 356); Max value from RGB is 186 - color contains mainly: blue. Hex color #208ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208ABA is #DF7545. Grayscale: #6F6F6F. Windows color (decimal): -14644550 or 12225056. OLE color: 12225056.

HSL color Cylindrical-coordinate representation of color #208ABA: hue angle of 198.7º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #208ABA is Cyan = 0.83, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 32 138 186 -
CMYK 0.83 0.26 0 0.27
HSL 198.7º 0.71% 0.43% -
HSV(B) 198.7º 0.83% 0.73% -
XYZ 18.55 22.03 49.73 -
YUV 111.78 169.88 71.1 -
System Red Green Blue C M Y K H S L
Decimal 32 138 186 0.83 0.26 0 0.27 198.7 0.71 0.43
Hex 20 8A BA 53 1A 0 1B C7 47 2B
Octal 40 212 272 123 32 0 33 307 107 53
Binary 100000 10001010 10111010 1010011 11010 0 11011 11000111 1000111 101011

Color Harmonies of #208ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208ABA

Black with #208ABA

Text Example


Text Example

White with #208ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,138,186); }

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

background-color css

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

 a { background-color: rgb(32,138,186); }

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

border-color css

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

 span { border-color: rgb(32,138,186); }

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