Html Css Color HEX #0F9ADF Pacific Blue

📋 copy color: '#0F9ADF'

red 15 ◦ green 154 ◦ blue 223

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

Shades of Pacific Blue #0F9ADF

Tints of Pacific Blue #0F9ADF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.29%

 BLUE value IS 223 (87.5% from 255) = 56.89%

R = 3.83%
G = 39.29%
B = 56.89%

CMYK

 C value IS 0.93

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0F9ADF (or 0x0F9ADF) is known color: Pacific Blue. HEX triplet: 0F, 9A and DF. RGB value is (15,154,223). Sum of RGB (Red+Green+Blue) = 15+154+223=392 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.83% from 392); Green value is 154 (60.55% from 255 or 39.29% from 392); Blue value is 223 (87.5% from 255 or 56.89% from 392); Max value from RGB is 223 - color contains mainly: blue. Hex color #0F9ADF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F9ADF is #F06520. Grayscale: #777777. Windows color (decimal): -15754529 or 14653967. OLE color: 14653967.

HSL color Cylindrical-coordinate representation of color #0F9ADF: hue angle of 199.9º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F9ADF is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 154 223 -
CMYK 0.93 0.31 0 0.13
HSL 199.9º 0.87% 0.47% -
HSV(B) 199.9º 0.93% 0.87% -
XYZ 25.07 28.54 74 -
YUV 120.31 185.95 52.89 -
System Red Green Blue C M Y K H S L
Decimal 15 154 223 0.93 0.31 0 0.13 199.9 0.87 0.47
Hex F 9A DF 5D 1F 0 D C8 57 2F
Octal 17 232 337 135 37 0 15 310 127 57
Binary 1111 10011010 11011111 1011101 11111 0 1101 11001000 1010111 101111

Color Harmonies of #0F9ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9ADF

Black with #0F9ADF

Text Example


Text Example

White with #0F9ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,154,223); }

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

background-color css

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

 a { background-color: rgb(15,154,223); }

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

border-color css

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

 span { border-color: rgb(15,154,223); }

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