Html Css Color HEX #087FAA Cerulean

📋 copy color: '#087FAA'

red 8 ◦ green 127 ◦ blue 170

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

Shades of Cerulean #087FAA

Tints of Cerulean #087FAA

RGB

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

 GREEN value IS 127 (50% from 255) = 41.64%

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

R = 2.62%
G = 41.64%
B = 55.74%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#087FAA (or 0x087FAA) is known color: Cerulean. HEX triplet: 08, 7F and AA. RGB value is (8,127,170). Sum of RGB (Red+Green+Blue) = 8+127+170=305 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.62% from 305); Green value is 127 (50% from 255 or 41.64% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #087FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087FAA is #F78055. Grayscale: #606060. Windows color (decimal): -16220246 or 11173640. OLE color: 11173640.

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

Color convert

RGB 8 127 170 -
CMYK 0.95 0.25 0 0.33
HSL 195.93º 0.91% 0.35% -
HSV(B) 195.93º 0.95% 0.67% -
XYZ 14.95 18.13 40.74 -
YUV 96.32 169.58 65 -
System Red Green Blue C M Y K H S L
Decimal 8 127 170 0.95 0.25 0 0.33 195.93 0.91 0.35
Hex 8 7F AA 5F 19 0 21 C4 5B 23
Octal 10 177 252 137 31 0 41 304 133 43
Binary 1000 1111111 10101010 1011111 11001 0 100001 11000100 1011011 100011

Color Harmonies of #087FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087FAA

Black with #087FAA

Text Example


Text Example

White with #087FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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