#0A99D5

Color #0A99D5 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #0A99D5

Tints of Pacific Blue #0A99D5

Color information

#0A99D5 (or 0x0A99D5) is unknown color: approx Pacific Blue. HEX triplet: 0A, 99 and D5. RGB value is (10,153,213). Sum of RGB (Red+Green+Blue) = 10+153+213=376 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.66% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 213 (83.59% from 255 or 56.65% from 376); Max value from RGB is 213 - color contains mainly: blue. Hex color #0A99D5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A99D5 is #F5662A. Grayscale: #747474. Windows color (decimal): -16082475 or 13998346. OLE color: 13998346.

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

Color convert

RGB10153213-
CMYK0.950.2800.16
HSL197.73º91.03%43.73%-
HSV(B)197.73º95.31%83.53%-
XYZ23.5327.6567.05-
YUV117.08182.1251.62-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.66%
GREEN value IS 153 (60.16% from 255) = 40.69%
BLUE value IS 213 (83.59% from 255) = 56.65%
R=2.66%
G=40.69%
B=56.65%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal101532130.950.2800.16197.7391.0343.73
HexA99D55F1C010c65b2c
Octal122313251373402030613354
Binary10101001100111010101101111111100010000110001101011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A99D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,153,213); }

 H1.HeaderClassName
 {
   color: #0A99D5;
 }
 .AnyTagClassName
 {
   color: #0A99D5;
 }
</style>
background-color css

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

 a { background-color: rgb(10,153,213); }

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

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

 span { border-color: rgb(10,153,213); }

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