Html Css Color HEX #087B9D Cerulean

📋 copy color: '#087B9D'

red 8 ◦ green 123 ◦ blue 157

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

Shades of Cerulean #087B9D

Tints of Cerulean #087B9D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 42.71%

 BLUE value IS 157 (61.72% from 255) = 54.51%

R = 2.78%
G = 42.71%
B = 54.51%

CMYK

 C value IS 0.95

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#087B9D (or 0x087B9D) is known color: Cerulean. HEX triplet: 08, 7B and 9D. RGB value is (8,123,157). Sum of RGB (Red+Green+Blue) = 8+123+157=288 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.78% from 288); Green value is 123 (48.44% from 255 or 42.71% from 288); Blue value is 157 (61.72% from 255 or 54.51% from 288); Max value from RGB is 157 - color contains mainly: blue. Hex color #087B9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087B9D is #F78462. Grayscale: #5C5C5C. Windows color (decimal): -16221283 or 10320648. OLE color: 10320648.

HSL color Cylindrical-coordinate representation of color #087B9D: hue angle of 193.69º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087B9D is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 123 157 -
CMYK 0.95 0.22 0 0.38
HSL 193.69º 0.9% 0.32% -
HSV(B) 193.69º 0.95% 0.62% -
XYZ 13.27 16.65 34.41 -
YUV 92.49 164.4 67.74 -
System Red Green Blue C M Y K H S L
Decimal 8 123 157 0.95 0.22 0 0.38 193.69 0.9 0.32
Hex 8 7B 9D 5F 16 0 26 C2 5A 20
Octal 10 173 235 137 26 0 46 302 132 40
Binary 1000 1111011 10011101 1011111 10110 0 100110 11000010 1011010 100000

Color Harmonies of #087B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087B9D

Black with #087B9D

Text Example


Text Example

White with #087B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087B9D; }

 p { color: rgb(8,123,157); }

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

background-color css

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

 a { background-color: rgb(8,123,157); }

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

border-color css

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

 span { border-color: rgb(8,123,157); }

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