Html Css Color HEX #087AAA Cerulean

📋 copy color: '#087AAA'

red 8 ◦ green 122 ◦ blue 170

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

Shades of Cerulean #087AAA

Tints of Cerulean #087AAA

RGB

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

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

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

R = 2.67%
G = 40.67%
B = 56.67%

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

#087AAA (or 0x087AAA) is known color: Cerulean. HEX triplet: 08, 7A and AA. RGB value is (8,122,170). Sum of RGB (Red+Green+Blue) = 8+122+170=300 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.67% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #087AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087AAA is #F78555. Grayscale: #5D5D5D. Windows color (decimal): -16221526 or 11172360. OLE color: 11172360.

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

Color convert

RGB 8 122 170 -
CMYK 0.95 0.28 0 0.33
HSL 197.78º 0.91% 0.35% -
HSV(B) 197.78º 0.95% 0.67% -
XYZ 14.32 16.87 40.53 -
YUV 93.39 171.23 67.1 -
System Red Green Blue C M Y K H S L
Decimal 8 122 170 0.95 0.28 0 0.33 197.78 0.91 0.35
Hex 8 7A AA 5F 1C 0 21 C6 5B 23
Octal 10 172 252 137 34 0 41 306 133 43
Binary 1000 1111010 10101010 1011111 11100 0 100001 11000110 1011011 100011

Color Harmonies of #087AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087AAA

Black with #087AAA

Text Example


Text Example

White with #087AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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