Html Css Color HEX #088399 Eastern Blue

📋 copy color: '#088399'

red 8 ◦ green 131 ◦ blue 153

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

Shades of Eastern Blue #088399

Tints of Eastern Blue #088399

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.86%

 BLUE value IS 153 (60.16% from 255) = 52.4%

R = 2.74%
G = 44.86%
B = 52.4%

CMYK

 C value IS 0.95

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#088399 (or 0x088399) is known color: Eastern Blue. HEX triplet: 08, 83 and 99. RGB value is (8,131,153). Sum of RGB (Red+Green+Blue) = 8+131+153=292 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.74% from 292); Green value is 131 (51.56% from 255 or 44.86% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #088399 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088399 is #F77C66. Grayscale: #606060. Windows color (decimal): -16219239 or 10060552. OLE color: 10060552.

HSL color Cylindrical-coordinate representation of color #088399: hue angle of 189.1º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #088399 is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 8 131 153 -
CMYK 0.95 0.14 0 0.4
HSL 189.1º 0.9% 0.32% -
HSV(B) 189.1º 0.95% 0.6% -
XYZ 13.97 18.58 32.99 -
YUV 96.73 159.75 64.71 -
System Red Green Blue C M Y K H S L
Decimal 8 131 153 0.95 0.14 0 0.4 189.1 0.9 0.32
Hex 8 83 99 5F E 0 28 BD 5A 20
Octal 10 203 231 137 16 0 50 275 132 40
Binary 1000 10000011 10011001 1011111 1110 0 101000 10111101 1011010 100000

Color Harmonies of #088399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #088399

Black with #088399

Text Example


Text Example

White with #088399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #088399; }

 p { color: rgb(8,131,153); }

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

background-color css

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

 a { background-color: rgb(8,131,153); }

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

border-color css

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

 span { border-color: rgb(8,131,153); }

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