Html Css Color HEX #088FA2 Eastern Blue

📋 copy color: '#088FA2'

red 8 ◦ green 143 ◦ blue 162

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

Shades of Eastern Blue #088FA2

Tints of Eastern Blue #088FA2

RGB

 RED value IS 8 (3.52% from 255) = 2.56%

 GREEN value IS 143 (56.25% from 255) = 45.69%

 BLUE value IS 162 (63.67% from 255) = 51.76%

R = 2.56%
G = 45.69%
B = 51.76%

CMYK

 C value IS 0.95

 M value IS 0.12

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#088FA2 (or 0x088FA2) is known color: Eastern Blue. HEX triplet: 08, 8F and A2. RGB value is (8,143,162). Sum of RGB (Red+Green+Blue) = 8+143+162=313 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 313); Green value is 143 (56.25% from 255 or 45.69% from 313); Blue value is 162 (63.67% from 255 or 51.76% from 313); Max value from RGB is 162 - color contains mainly: blue. Hex color #088FA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088FA2 is #F7705D. Grayscale: #686868. Windows color (decimal): -16216158 or 10653448. OLE color: 10653448.

HSL color Cylindrical-coordinate representation of color #088FA2: hue angle of 187.4º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #088FA2 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 8 143 162 -
CMYK 0.95 0.12 0 0.36
HSL 187.4º 0.91% 0.33% -
HSV(B) 187.4º 0.95% 0.64% -
XYZ 16.44 22.31 37.62 -
YUV 104.8 160.27 58.96 -
System Red Green Blue C M Y K H S L
Decimal 8 143 162 0.95 0.12 0 0.36 187.4 0.91 0.33
Hex 8 8F A2 5F C 0 24 BB 5B 21
Octal 10 217 242 137 14 0 44 273 133 41
Binary 1000 10001111 10100010 1011111 1100 0 100100 10111011 1011011 100001

Color Harmonies of #088FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088FA2

Black with #088FA2

Text Example


Text Example

White with #088FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088FA2; }

 p { color: rgb(8,143,162); }

 H1.HeaderClassName
 {
   color: #088FA2;
 }
 .AnyTagClassName
 {
   color: #088FA2;
 }
</style>

background-color css

<style>
 a { background-color: #088FA2; }

 a { background-color: rgb(8,143,162); }

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

border-color css

<style>
 span { border-color: #088FA2; }

 span { border-color: rgb(8,143,162); }

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