#0F83AB

Color #0F83AB Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #0F83AB

Tints of Cerulean #0F83AB

Color information

#0F83AB (or 0x0F83AB) is unknown color: approx Cerulean. HEX triplet: 0F, 83 and AB. RGB value is (15,131,171). Sum of RGB (Red+Green+Blue) = 15+131+171=317 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.73% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F83AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F83AB is #F07C54. Grayscale: #646464. Windows color (decimal): -15760469 or 11240207. OLE color: 11240207.

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

Color convert

RGB15131171-
CMYK0.910.2300.33
HSL195.38º83.87%36.47%-
HSV(B)195.38º91.23%67.06%-
XYZ15.6619.2741.42-
YUV100.88167.5766.75-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.73%
GREEN value IS 131 (51.56% from 255) = 41.32%
BLUE value IS 171 (67.19% from 255) = 53.94%
R=4.73%
G=41.32%
B=53.94%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151311710.910.2300.33195.3883.8736.47
HexF83AB5B17021c35424
Octal172032531332704130312444
Binary111110000011101010111011011101110100001110000111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F83AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,131,171); }

 H1.HeaderClassName
 {
   color: #0F83AB;
 }
 .AnyTagClassName
 {
   color: #0F83AB;
 }
</style>
background-color css

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

 a { background-color: rgb(15,131,171); }

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

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

 span { border-color: rgb(15,131,171); }

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