Html Css Color HEX #087AAC Cerulean

📋 copy color: '#087AAC'

red 8 ◦ green 122 ◦ blue 172

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

Shades of Cerulean #087AAC

Tints of Cerulean #087AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 56.95%

R = 2.65%
G = 40.4%
B = 56.95%

CMYK

 C value IS 0.95

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#087AAC (or 0x087AAC) is known color: Cerulean. HEX triplet: 08, 7A and AC. RGB value is (8,122,172). Sum of RGB (Red+Green+Blue) = 8+122+172=302 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.65% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 172 (67.58% from 255 or 56.95% from 302); Max value from RGB is 172 - color contains mainly: blue. Hex color #087AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087AAC is #F78553. Grayscale: #5D5D5D. Windows color (decimal): -16221524 or 11303432. OLE color: 11303432.

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

Color convert

RGB 8 122 172 -
CMYK 0.95 0.29 0 0.33
HSL 198.29º 0.91% 0.35% -
HSV(B) 198.29º 0.95% 0.67% -
XYZ 14.51 16.95 41.54 -
YUV 93.61 172.23 66.93 -
System Red Green Blue C M Y K H S L
Decimal 8 122 172 0.95 0.29 0 0.33 198.29 0.91 0.35
Hex 8 7A AC 5F 1D 0 21 C6 5B 23
Octal 10 172 254 137 35 0 41 306 133 43
Binary 1000 1111010 10101100 1011111 11101 0 100001 11000110 1011011 100011

Color Harmonies of #087AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087AAC

Black with #087AAC

Text Example


Text Example

White with #087AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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