Html Css Color HEX #0A9FDE Pacific Blue

📋 copy color: '#0A9FDE'

red 10 ◦ green 159 ◦ blue 222

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

Shades of Pacific Blue #0A9FDE

Tints of Pacific Blue #0A9FDE

RGB

 RED value IS 10 (4.3% from 255) = 2.56%

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

 BLUE value IS 222 (87.11% from 255) = 56.78%

R = 2.56%
G = 40.66%
B = 56.78%

CMYK

 C value IS 0.95

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0A9FDE (or 0x0A9FDE) is known color: Pacific Blue. HEX triplet: 0A, 9F and DE. RGB value is (10,159,222). Sum of RGB (Red+Green+Blue) = 10+159+222=391 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.56% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 222 (87.11% from 255 or 56.78% from 391); Max value from RGB is 222 - color contains mainly: blue. Hex color #0A9FDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A9FDE is #F56021. Grayscale: #797979. Windows color (decimal): -16080930 or 14589706. OLE color: 14589706.

HSL color Cylindrical-coordinate representation of color #0A9FDE: hue angle of 197.83º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A9FDE is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 10 159 222 -
CMYK 0.95 0.28 0 0.13
HSL 197.83º 0.91% 0.45% -
HSV(B) 197.83º 0.95% 0.87% -
XYZ 25.71 30.13 73.57 -
YUV 121.63 184.64 48.38 -
System Red Green Blue C M Y K H S L
Decimal 10 159 222 0.95 0.28 0 0.13 197.83 0.91 0.45
Hex A 9F DE 5F 1C 0 D C6 5B 2D
Octal 12 237 336 137 34 0 15 306 133 55
Binary 1010 10011111 11011110 1011111 11100 0 1101 11000110 1011011 101101

Color Harmonies of #0A9FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9FDE

Black with #0A9FDE

Text Example


Text Example

White with #0A9FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,159,222); }

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

background-color css

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

 a { background-color: rgb(10,159,222); }

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

border-color css

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

 span { border-color: rgb(10,159,222); }

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