Html Css Color HEX #0F86AD Cerulean

📋 copy color: '#0F86AD'

red 15 ◦ green 134 ◦ blue 173

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

Shades of Cerulean #0F86AD

Tints of Cerulean #0F86AD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.61%

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

R = 4.66%
G = 41.61%
B = 53.73%

CMYK

 C value IS 0.91

 M value IS 0.23

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0F86AD (or 0x0F86AD) is known color: Cerulean. HEX triplet: 0F, 86 and AD. RGB value is (15,134,173). Sum of RGB (Red+Green+Blue) = 15+134+173=322 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.66% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F86AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F86AD is #F07952. Grayscale: #666666. Windows color (decimal): -15759699 or 11372047. OLE color: 11372047.

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

Color convert

RGB 15 134 173 -
CMYK 0.91 0.23 0 0.32
HSL 194.81º 0.84% 0.37% -
HSV(B) 194.81º 0.91% 0.68% -
XYZ 16.26 20.17 42.57 -
YUV 102.87 167.58 65.33 -
System Red Green Blue C M Y K H S L
Decimal 15 134 173 0.91 0.23 0 0.32 194.81 0.84 0.37
Hex F 86 AD 5B 17 0 20 C3 54 25
Octal 17 206 255 133 27 0 40 303 124 45
Binary 1111 10000110 10101101 1011011 10111 0 100000 11000011 1010100 100101

Color Harmonies of #0F86AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F86AD

Black with #0F86AD

Text Example


Text Example

White with #0F86AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,134,173); }

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

background-color css

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

 a { background-color: rgb(15,134,173); }

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

border-color css

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

 span { border-color: rgb(15,134,173); }

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