Html Css Color HEX #0A9ADF Pacific Blue

📋 copy color: '#0A9ADF'

red 10 ◦ green 154 ◦ blue 223

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

Shades of Pacific Blue #0A9ADF

Tints of Pacific Blue #0A9ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.62%

R = 2.58%
G = 39.79%
B = 57.62%

CMYK

 C value IS 0.96

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0A9ADF (or 0x0A9ADF) is known color: Pacific Blue. HEX triplet: 0A, 9A and DF. RGB value is (10,154,223). Sum of RGB (Red+Green+Blue) = 10+154+223=387 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.58% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A9ADF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A9ADF is #F56520. Grayscale: #767676. Windows color (decimal): -16082209 or 14653962. OLE color: 14653962.

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

Color convert

RGB 10 154 223 -
CMYK 0.96 0.31 0 0.13
HSL 199.44º 0.91% 0.46% -
HSV(B) 199.44º 0.96% 0.87% -
XYZ 25 28.5 74 -
YUV 118.81 186.79 50.39 -
System Red Green Blue C M Y K H S L
Decimal 10 154 223 0.96 0.31 0 0.13 199.44 0.91 0.46
Hex A 9A DF 60 1F 0 D C7 5B 2E
Octal 12 232 337 140 37 0 15 307 133 56
Binary 1010 10011010 11011111 1100000 11111 0 1101 11000111 1011011 101110

Color Harmonies of #0A9ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9ADF

Black with #0A9ADF

Text Example


Text Example

White with #0A9ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,154,223); }

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

background-color css

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

 a { background-color: rgb(10,154,223); }

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

border-color css

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

 span { border-color: rgb(10,154,223); }

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