Html Css Color HEX #087B9B Cerulean

📋 copy color: '#087B9B'

red 8 ◦ green 123 ◦ blue 155

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

Shades of Cerulean #087B9B

Tints of Cerulean #087B9B

RGB

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

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

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

R = 2.8%
G = 43.01%
B = 54.2%

CMYK

 C value IS 0.95

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#087B9B (or 0x087B9B) is known color: Cerulean. HEX triplet: 08, 7B and 9B. RGB value is (8,123,155). Sum of RGB (Red+Green+Blue) = 8+123+155=286 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.80% from 286); Green value is 123 (48.44% from 255 or 43.01% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #087B9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087B9B is #F78464. Grayscale: #5C5C5C. Windows color (decimal): -16221285 or 10189576. OLE color: 10189576.

HSL color Cylindrical-coordinate representation of color #087B9B: hue angle of 193.06º 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 #087B9B is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 8 123 155 -
CMYK 0.95 0.21 0 0.39
HSL 193.06º 0.9% 0.32% -
HSV(B) 193.06º 0.95% 0.61% -
XYZ 13.1 16.58 33.52 -
YUV 92.26 163.4 67.9 -
System Red Green Blue C M Y K H S L
Decimal 8 123 155 0.95 0.21 0 0.39 193.06 0.9 0.32
Hex 8 7B 9B 5F 15 0 27 C1 5A 20
Octal 10 173 233 137 25 0 47 301 132 40
Binary 1000 1111011 10011011 1011111 10101 0 100111 11000001 1011010 100000

Color Harmonies of #087B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087B9B

Black with #087B9B

Text Example


Text Example

White with #087B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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