Html Css Color HEX #0F83AC Cerulean

📋 copy color: '#0F83AC'

red 15 ◦ green 131 ◦ blue 172

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

Shades of Cerulean #0F83AC

Tints of Cerulean #0F83AC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.19%

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

R = 4.72%
G = 41.19%
B = 54.09%

CMYK

 C value IS 0.91

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0F83AC (or 0x0F83AC) is known color: Cerulean. HEX triplet: 0F, 83 and AC. RGB value is (15,131,172). Sum of RGB (Red+Green+Blue) = 15+131+172=318 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.72% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F83AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F83AC is #F07C53. Grayscale: #646464. Windows color (decimal): -15760468 or 11305743. OLE color: 11305743.

HSL color Cylindrical-coordinate representation of color #0F83AC: hue angle of 195.67º 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 #0F83AC is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 131 172 -
CMYK 0.91 0.24 0 0.33
HSL 195.67º 0.84% 0.37% -
HSV(B) 195.67º 0.91% 0.67% -
XYZ 15.76 19.31 41.93 -
YUV 100.99 168.07 66.67 -
System Red Green Blue C M Y K H S L
Decimal 15 131 172 0.91 0.24 0 0.33 195.67 0.84 0.37
Hex F 83 AC 5B 18 0 21 C4 54 25
Octal 17 203 254 133 30 0 41 304 124 45
Binary 1111 10000011 10101100 1011011 11000 0 100001 11000100 1010100 100101

Color Harmonies of #0F83AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F83AC

Black with #0F83AC

Text Example


Text Example

White with #0F83AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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