Html Css Color HEX #0F9AE1 Pacific Blue

📋 copy color: '#0F9AE1'

red 15 ◦ green 154 ◦ blue 225

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

Shades of Pacific Blue #0F9AE1

Tints of Pacific Blue #0F9AE1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.09%

 BLUE value IS 225 (88.28% from 255) = 57.11%

R = 3.81%
G = 39.09%
B = 57.11%

CMYK

 C value IS 0.93

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0F9AE1 (or 0x0F9AE1) is known color: Pacific Blue. HEX triplet: 0F, 9A and E1. RGB value is (15,154,225). Sum of RGB (Red+Green+Blue) = 15+154+225=394 (52% of max value = 765). Red value is 15 (6.25% from 255 or 3.81% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 225 (88.28% from 255 or 57.11% from 394); Max value from RGB is 225 - color contains mainly: blue. Hex color #0F9AE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F9AE1 is #F0651E. Grayscale: #787878. Windows color (decimal): -15754527 or 14785039. OLE color: 14785039.

HSL color Cylindrical-coordinate representation of color #0F9AE1: hue angle of 200.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F9AE1 is Cyan = 0.93, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 15 154 225 -
CMYK 0.93 0.32 0 0.12
HSL 200.29º 0.88% 0.47% -
HSV(B) 200.29º 0.93% 0.88% -
XYZ 25.34 28.65 75.43 -
YUV 120.53 186.95 52.73 -
System Red Green Blue C M Y K H S L
Decimal 15 154 225 0.93 0.32 0 0.12 200.29 0.88 0.47
Hex F 9A E1 5D 20 0 C C8 58 2F
Octal 17 232 341 135 40 0 14 310 130 57
Binary 1111 10011010 11100001 1011101 100000 0 1100 11001000 1011000 101111

Color Harmonies of #0F9AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9AE1

Black with #0F9AE1

Text Example


Text Example

White with #0F9AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,154,225); }

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

background-color css

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

 a { background-color: rgb(15,154,225); }

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

border-color css

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

 span { border-color: rgb(15,154,225); }

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