Html Css Color HEX #087DAC Cerulean

📋 copy color: '#087DAC'

red 8 ◦ green 125 ◦ blue 172

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

Shades of Cerulean #087DAC

Tints of Cerulean #087DAC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.98%

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

R = 2.62%
G = 40.98%
B = 56.39%

CMYK

 C value IS 0.95

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#087DAC (or 0x087DAC) is known color: Cerulean. HEX triplet: 08, 7D and AC. RGB value is (8,125,172). Sum of RGB (Red+Green+Blue) = 8+125+172=305 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.62% from 305); Green value is 125 (49.22% from 255 or 40.98% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #087DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087DAC is #F78253. Grayscale: #5F5F5F. Windows color (decimal): -16220756 or 11304200. OLE color: 11304200.

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

Color convert

RGB 8 125 172 -
CMYK 0.95 0.27 0 0.33
HSL 197.2º 0.91% 0.35% -
HSV(B) 197.2º 0.95% 0.67% -
XYZ 14.88 17.7 41.66 -
YUV 95.38 171.24 65.68 -
System Red Green Blue C M Y K H S L
Decimal 8 125 172 0.95 0.27 0 0.33 197.2 0.91 0.35
Hex 8 7D AC 5F 1B 0 21 C5 5B 23
Octal 10 175 254 137 33 0 41 305 133 43
Binary 1000 1111101 10101100 1011111 11011 0 100001 11000101 1011011 100011

Color Harmonies of #087DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087DAC

Black with #087DAC

Text Example


Text Example

White with #087DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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