Html Css Color HEX #087BAA Cerulean

📋 copy color: '#087BAA'

red 8 ◦ green 123 ◦ blue 170

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

Shades of Cerulean #087BAA

Tints of Cerulean #087BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 56.48%

R = 2.66%
G = 40.86%
B = 56.48%

CMYK

 C value IS 0.95

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#087BAA (or 0x087BAA) is known color: Cerulean. HEX triplet: 08, 7B and AA. RGB value is (8,123,170). Sum of RGB (Red+Green+Blue) = 8+123+170=301 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.66% from 301); Green value is 123 (48.44% from 255 or 40.86% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #087BAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087BAA is #F78455. Grayscale: #5D5D5D. Windows color (decimal): -16221270 or 11172616. OLE color: 11172616.

HSL color Cylindrical-coordinate representation of color #087BAA: hue angle of 197.41º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087BAA is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 123 170 -
CMYK 0.95 0.28 0 0.33
HSL 197.41º 0.91% 0.35% -
HSV(B) 197.41º 0.95% 0.67% -
XYZ 14.44 17.12 40.57 -
YUV 93.97 170.9 66.68 -
System Red Green Blue C M Y K H S L
Decimal 8 123 170 0.95 0.28 0 0.33 197.41 0.91 0.35
Hex 8 7B AA 5F 1C 0 21 C5 5B 23
Octal 10 173 252 137 34 0 41 305 133 43
Binary 1000 1111011 10101010 1011111 11100 0 100001 11000101 1011011 100011

Color Harmonies of #087BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087BAA

Black with #087BAA

Text Example


Text Example

White with #087BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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