Html Css Color HEX #0F9FDA Pacific Blue

📋 copy color: '#0F9FDA'

red 15 ◦ green 159 ◦ blue 218

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

Shades of Pacific Blue #0F9FDA

Tints of Pacific Blue #0F9FDA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.56%

 BLUE value IS 218 (85.55% from 255) = 55.61%

R = 3.83%
G = 40.56%
B = 55.61%

CMYK

 C value IS 0.93

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0F9FDA (or 0x0F9FDA) is known color: Pacific Blue. HEX triplet: 0F, 9F and DA. RGB value is (15,159,218). Sum of RGB (Red+Green+Blue) = 15+159+218=392 (51% of max value = 765). Red value is 15 (6.25% from 255 or 3.83% from 392); Green value is 159 (62.5% from 255 or 40.56% from 392); Blue value is 218 (85.55% from 255 or 55.61% from 392); Max value from RGB is 218 - color contains mainly: blue. Hex color #0F9FDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F9FDA is #F06025. Grayscale: #7A7A7A. Windows color (decimal): -15753254 or 14327567. OLE color: 14327567.

HSL color Cylindrical-coordinate representation of color #0F9FDA: hue angle of 197.44º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F9FDA is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 15 159 218 -
CMYK 0.93 0.27 0 0.15
HSL 197.44º 0.87% 0.46% -
HSV(B) 197.44º 0.93% 0.85% -
XYZ 25.25 29.96 70.78 -
YUV 122.67 181.79 51.2 -
System Red Green Blue C M Y K H S L
Decimal 15 159 218 0.93 0.27 0 0.15 197.44 0.87 0.46
Hex F 9F DA 5D 1B 0 F C5 57 2E
Octal 17 237 332 135 33 0 17 305 127 56
Binary 1111 10011111 11011010 1011101 11011 0 1111 11000101 1010111 101110

Color Harmonies of #0F9FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9FDA

Black with #0F9FDA

Text Example


Text Example

White with #0F9FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,159,218); }

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

background-color css

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

 a { background-color: rgb(15,159,218); }

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

border-color css

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

 span { border-color: rgb(15,159,218); }

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