Html Css Color HEX #0F94DF Pacific Blue

📋 copy color: '#0F94DF'

red 15 ◦ green 148 ◦ blue 223

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

Shades of Pacific Blue #0F94DF

Tints of Pacific Blue #0F94DF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.34%

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

R = 3.89%
G = 38.34%
B = 57.77%

CMYK

 C value IS 0.93

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0F94DF (or 0x0F94DF) is known color: Pacific Blue. HEX triplet: 0F, 94 and DF. RGB value is (15,148,223). Sum of RGB (Red+Green+Blue) = 15+148+223=386 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.89% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #0F94DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F94DF is #F06B20. Grayscale: #747474. Windows color (decimal): -15756065 or 14652431. OLE color: 14652431.

HSL color Cylindrical-coordinate representation of color #0F94DF: hue angle of 201.63º 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 #0F94DF is Cyan = 0.93, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 148 223 -
CMYK 0.93 0.34 0 0.13
HSL 201.63º 0.87% 0.47% -
HSV(B) 201.63º 0.93% 0.87% -
XYZ 24.11 26.61 73.68 -
YUV 116.78 187.94 55.4 -
System Red Green Blue C M Y K H S L
Decimal 15 148 223 0.93 0.34 0 0.13 201.63 0.87 0.47
Hex F 94 DF 5D 22 0 D CA 57 2F
Octal 17 224 337 135 42 0 15 312 127 57
Binary 1111 10010100 11011111 1011101 100010 0 1101 11001010 1010111 101111

Color Harmonies of #0F94DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F94DF

Black with #0F94DF

Text Example


Text Example

White with #0F94DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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