Html Css Color HEX #0F90D0 Pacific Blue

📋 copy color: '#0F90D0'

red 15 ◦ green 144 ◦ blue 208

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

Shades of Pacific Blue #0F90D0

Tints of Pacific Blue #0F90D0

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.24%

 BLUE value IS 208 (81.64% from 255) = 56.68%

R = 4.09%
G = 39.24%
B = 56.68%

CMYK

 C value IS 0.93

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0F90D0 (or 0x0F90D0) is known color: Pacific Blue. HEX triplet: 0F, 90 and D0. RGB value is (15,144,208). Sum of RGB (Red+Green+Blue) = 15+144+208=367 (48% of max value = 765). Red value is 15 (6.25% from 255 or 4.09% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 208 (81.64% from 255 or 56.68% from 367); Max value from RGB is 208 - color contains mainly: blue. Hex color #0F90D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F90D0 is #F06F2F. Grayscale: #707070. Windows color (decimal): -15757104 or 13668367. OLE color: 13668367.

HSL color Cylindrical-coordinate representation of color #0F90D0: hue angle of 199.9º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F90D0 is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 15 144 208 -
CMYK 0.93 0.31 0 0.18
HSL 199.9º 0.87% 0.44% -
HSV(B) 199.9º 0.93% 0.82% -
XYZ 21.56 24.6 63.29 -
YUV 112.73 181.76 58.3 -
System Red Green Blue C M Y K H S L
Decimal 15 144 208 0.93 0.31 0 0.18 199.9 0.87 0.44
Hex F 90 D0 5D 1F 0 12 C8 57 2C
Octal 17 220 320 135 37 0 22 310 127 54
Binary 1111 10010000 11010000 1011101 11111 0 10010 11001000 1010111 101100

Color Harmonies of #0F90D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F90D0

Black with #0F90D0

Text Example


Text Example

White with #0F90D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,144,208); }

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

background-color css

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

 a { background-color: rgb(15,144,208); }

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

border-color css

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

 span { border-color: rgb(15,144,208); }

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