Html Css Color HEX #08689B Cerulean

📋 copy color: '#08689B'

red 8 ◦ green 104 ◦ blue 155

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

Shades of Cerulean #08689B

Tints of Cerulean #08689B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.95%

 BLUE value IS 155 (60.94% from 255) = 58.05%

R = 3%
G = 38.95%
B = 58.05%

CMYK

 C value IS 0.95

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08689B (or 0x08689B) is known color: Cerulean. HEX triplet: 08, 68 and 9B. RGB value is (8,104,155). Sum of RGB (Red+Green+Blue) = 8+104+155=267 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.00% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 155 (60.94% from 255 or 58.05% from 267); Max value from RGB is 155 - color contains mainly: blue. Hex color #08689B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08689B is #F79764. Grayscale: #505050. Windows color (decimal): -16226149 or 10184712. OLE color: 10184712.

HSL color Cylindrical-coordinate representation of color #08689B: hue angle of 200.82º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08689B is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 8 104 155 -
CMYK 0.95 0.33 0 0.39
HSL 200.82º 0.9% 0.32% -
HSV(B) 200.82º 0.95% 0.61% -
XYZ 10.97 12.32 32.81 -
YUV 81.11 169.7 75.85 -
System Red Green Blue C M Y K H S L
Decimal 8 104 155 0.95 0.33 0 0.39 200.82 0.9 0.32
Hex 8 68 9B 5F 21 0 27 C9 5A 20
Octal 10 150 233 137 41 0 47 311 132 40
Binary 1000 1101000 10011011 1011111 100001 0 100111 11001001 1011010 100000

Color Harmonies of #08689B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08689B

Black with #08689B

Text Example


Text Example

White with #08689B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08689B; }

 p { color: rgb(8,104,155); }

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

background-color css

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

 a { background-color: rgb(8,104,155); }

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

border-color css

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

 span { border-color: rgb(8,104,155); }

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