Html Css Color HEX #087AA0 Cerulean

📋 copy color: '#087AA0'

red 8 ◦ green 122 ◦ blue 160

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

Shades of Cerulean #087AA0

Tints of Cerulean #087AA0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 42.07%

 BLUE value IS 160 (62.89% from 255) = 55.17%

R = 2.76%
G = 42.07%
B = 55.17%

CMYK

 C value IS 0.95

 M value IS 0.24

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#087AA0 (or 0x087AA0) is known color: Cerulean. HEX triplet: 08, 7A and A0. RGB value is (8,122,160). Sum of RGB (Red+Green+Blue) = 8+122+160=290 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.76% from 290); Green value is 122 (48.05% from 255 or 42.07% from 290); Blue value is 160 (62.89% from 255 or 55.17% from 290); Max value from RGB is 160 - color contains mainly: blue. Hex color #087AA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087AA0 is #F7855F. Grayscale: #5B5B5B. Windows color (decimal): -16221536 or 10517000. OLE color: 10517000.

HSL color Cylindrical-coordinate representation of color #087AA0: hue angle of 195º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087AA0 is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 8 122 160 -
CMYK 0.95 0.24 0 0.37
HSL 195º 0.9% 0.33% -
HSV(B) 195º 0.95% 0.63% -
XYZ 13.4 16.51 35.74 -
YUV 92.25 166.23 67.91 -
System Red Green Blue C M Y K H S L
Decimal 8 122 160 0.95 0.24 0 0.37 195 0.9 0.33
Hex 8 7A A0 5F 18 0 25 C3 5A 21
Octal 10 172 240 137 30 0 45 303 132 41
Binary 1000 1111010 10100000 1011111 11000 0 100101 11000011 1011010 100001

Color Harmonies of #087AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087AA0

Black with #087AA0

Text Example


Text Example

White with #087AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,122,160); }

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

background-color css

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

 a { background-color: rgb(8,122,160); }

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

border-color css

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

 span { border-color: rgb(8,122,160); }

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