Html Css Color HEX #0F87AC Cerulean

📋 copy color: '#0F87AC'

red 15 ◦ green 135 ◦ blue 172

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

Shades of Cerulean #0F87AC

Tints of Cerulean #0F87AC

RGB

 RED value IS 15 (6.25% from 255) = 4.66%

 GREEN value IS 135 (53.13% from 255) = 41.93%

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

R = 4.66%
G = 41.93%
B = 53.42%

CMYK

 C value IS 0.91

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F87AC (or 0x0F87AC) is known color: Cerulean. HEX triplet: 0F, 87 and AC. RGB value is (15,135,172). Sum of RGB (Red+Green+Blue) = 15+135+172=322 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.66% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F87AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F87AC is #F07853. Grayscale: #676767. Windows color (decimal): -15759444 or 11306767. OLE color: 11306767.

HSL color Cylindrical-coordinate representation of color #0F87AC: hue angle of 194.14º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F87AC is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 135 172 -
CMYK 0.91 0.22 0 0.33
HSL 194.14º 0.84% 0.37% -
HSV(B) 194.14º 0.91% 0.67% -
XYZ 16.31 20.41 42.11 -
YUV 103.34 166.74 64.99 -
System Red Green Blue C M Y K H S L
Decimal 15 135 172 0.91 0.22 0 0.33 194.14 0.84 0.37
Hex F 87 AC 5B 16 0 21 C2 54 25
Octal 17 207 254 133 26 0 41 302 124 45
Binary 1111 10000111 10101100 1011011 10110 0 100001 11000010 1010100 100101

Color Harmonies of #0F87AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F87AC

Black with #0F87AC

Text Example


Text Example

White with #0F87AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F87AC; }

 p { color: rgb(15,135,172); }

 H1.HeaderClassName
 {
   color: #0F87AC;
 }
 .AnyTagClassName
 {
   color: #0F87AC;
 }
</style>

background-color css

<style>
 a { background-color: #0F87AC; }

 a { background-color: rgb(15,135,172); }

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

border-color css

<style>
 span { border-color: #0F87AC; }

 span { border-color: rgb(15,135,172); }

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