Html Css Color HEX #087FAD Cerulean

📋 copy color: '#087FAD'

red 8 ◦ green 127 ◦ blue 173

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

Shades of Cerulean #087FAD

Tints of Cerulean #087FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 56.17%

R = 2.6%
G = 41.23%
B = 56.17%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#087FAD (or 0x087FAD) is known color: Cerulean. HEX triplet: 08, 7F and AD. RGB value is (8,127,173). Sum of RGB (Red+Green+Blue) = 8+127+173=308 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.60% from 308); Green value is 127 (50% from 255 or 41.23% from 308); Blue value is 173 (67.97% from 255 or 56.17% from 308); Max value from RGB is 173 - color contains mainly: blue. Hex color #087FAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087FAD is #F78052. Grayscale: #606060. Windows color (decimal): -16220243 or 11370248. OLE color: 11370248.

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

Color convert

RGB 8 127 173 -
CMYK 0.95 0.27 0 0.32
HSL 196.73º 0.91% 0.35% -
HSV(B) 196.73º 0.95% 0.68% -
XYZ 15.23 18.25 42.25 -
YUV 96.66 171.08 64.76 -
System Red Green Blue C M Y K H S L
Decimal 8 127 173 0.95 0.27 0 0.32 196.73 0.91 0.35
Hex 8 7F AD 5F 1B 0 20 C5 5B 23
Octal 10 177 255 137 33 0 40 305 133 43
Binary 1000 1111111 10101101 1011111 11011 0 100000 11000101 1011011 100011

Color Harmonies of #087FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087FAD

Black with #087FAD

Text Example


Text Example

White with #087FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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