Html Css Color HEX #0F9EC7 Pacific Blue

📋 copy color: '#0F9EC7'

red 15 ◦ green 158 ◦ blue 199

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

Shades of Pacific Blue #0F9EC7

Tints of Pacific Blue #0F9EC7

RGB

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

 GREEN value IS 158 (62.11% from 255) = 42.47%

 BLUE value IS 199 (78.13% from 255) = 53.49%

R = 4.03%
G = 42.47%
B = 53.49%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#0F9EC7 (or 0x0F9EC7) is known color: Pacific Blue. HEX triplet: 0F, 9E and C7. RGB value is (15,158,199). Sum of RGB (Red+Green+Blue) = 15+158+199=372 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.03% from 372); Green value is 158 (62.11% from 255 or 42.47% from 372); Blue value is 199 (78.12% from 255 or 53.49% from 372); Max value from RGB is 199 - color contains mainly: blue. Hex color #0F9EC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F9EC7 is #F06138. Grayscale: #777777. Windows color (decimal): -15753529 or 13082127. OLE color: 13082127.

HSL color Cylindrical-coordinate representation of color #0F9EC7: hue angle of 193.37º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F9EC7 is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 15 158 199 -
CMYK 0.92 0.21 0 0.22
HSL 193.37º 0.86% 0.42% -
HSV(B) 193.37º 0.92% 0.78% -
XYZ 22.73 28.68 58.37 -
YUV 119.92 172.62 53.17 -
System Red Green Blue C M Y K H S L
Decimal 15 158 199 0.92 0.21 0 0.22 193.37 0.86 0.42
Hex F 9E C7 5C 15 0 16 C1 56 2A
Octal 17 236 307 134 25 0 26 301 126 52
Binary 1111 10011110 11000111 1011100 10101 0 10110 11000001 1010110 101010

Color Harmonies of #0F9EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9EC7

Black with #0F9EC7

Text Example


Text Example

White with #0F9EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,158,199); }

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

background-color css

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

 a { background-color: rgb(15,158,199); }

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

border-color css

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

 span { border-color: rgb(15,158,199); }

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