Html Css Color HEX #0F9EDD Pacific Blue

📋 copy color: '#0F9EDD'

red 15 ◦ green 158 ◦ blue 221

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

Shades of Pacific Blue #0F9EDD

Tints of Pacific Blue #0F9EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.09%

R = 3.81%
G = 40.1%
B = 56.09%

CMYK

 C value IS 0.93

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0F9EDD (or 0x0F9EDD) is known color: Pacific Blue. HEX triplet: 0F, 9E and DD. RGB value is (15,158,221). Sum of RGB (Red+Green+Blue) = 15+158+221=394 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.81% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #0F9EDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F9EDD is #F06122. Grayscale: #7A7A7A. Windows color (decimal): -15753507 or 14523919. OLE color: 14523919.

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

Color convert

RGB 15 158 221 -
CMYK 0.93 0.29 0 0.13
HSL 198.35º 0.87% 0.46% -
HSV(B) 198.35º 0.93% 0.87% -
XYZ 25.48 29.78 72.81 -
YUV 122.43 183.62 51.38 -
System Red Green Blue C M Y K H S L
Decimal 15 158 221 0.93 0.29 0 0.13 198.35 0.87 0.46
Hex F 9E DD 5D 1D 0 D C6 57 2E
Octal 17 236 335 135 35 0 15 306 127 56
Binary 1111 10011110 11011101 1011101 11101 0 1101 11000110 1010111 101110

Color Harmonies of #0F9EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9EDD

Black with #0F9EDD

Text Example


Text Example

White with #0F9EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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