Html Css Color HEX #0F96DF Pacific Blue

📋 copy color: '#0F96DF'

red 15 ◦ green 150 ◦ blue 223

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

Shades of Pacific Blue #0F96DF

Tints of Pacific Blue #0F96DF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.66%

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

R = 3.87%
G = 38.66%
B = 57.47%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0F96DF (or 0x0F96DF) is known color: Pacific Blue. HEX triplet: 0F, 96 and DF. RGB value is (15,150,223). Sum of RGB (Red+Green+Blue) = 15+150+223=388 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.87% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #0F96DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F96DF is #F06920. Grayscale: #757575. Windows color (decimal): -15755553 or 14652943. OLE color: 14652943.

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

Color convert

RGB 15 150 223 -
CMYK 0.93 0.33 0 0.13
HSL 201.06º 0.87% 0.47% -
HSV(B) 201.06º 0.93% 0.87% -
XYZ 24.42 27.24 73.78 -
YUV 117.96 187.27 54.56 -
System Red Green Blue C M Y K H S L
Decimal 15 150 223 0.93 0.33 0 0.13 201.06 0.87 0.47
Hex F 96 DF 5D 21 0 D C9 57 2F
Octal 17 226 337 135 41 0 15 311 127 57
Binary 1111 10010110 11011111 1011101 100001 0 1101 11001001 1010111 101111

Color Harmonies of #0F96DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F96DF

Black with #0F96DF

Text Example


Text Example

White with #0F96DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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