Html Css Color HEX #0A9DDF Pacific Blue

📋 copy color: '#0A9DDF'

red 10 ◦ green 157 ◦ blue 223

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

Shades of Pacific Blue #0A9DDF

Tints of Pacific Blue #0A9DDF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.26%

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

R = 2.56%
G = 40.26%
B = 57.18%

CMYK

 C value IS 0.96

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0A9DDF (or 0x0A9DDF) is known color: Pacific Blue. HEX triplet: 0A, 9D and DF. RGB value is (10,157,223). Sum of RGB (Red+Green+Blue) = 10+157+223=390 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.56% from 390); Green value is 157 (61.72% from 255 or 40.26% from 390); Blue value is 223 (87.5% from 255 or 57.18% from 390); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A9DDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A9DDF is #F56220. Grayscale: #787878. Windows color (decimal): -16081441 or 14654730. OLE color: 14654730.

HSL color Cylindrical-coordinate representation of color #0A9DDF: hue angle of 198.59º 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 #0A9DDF is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 10 157 223 -
CMYK 0.96 0.30 0 0.13
HSL 198.59º 0.91% 0.46% -
HSV(B) 198.59º 0.96% 0.87% -
XYZ 25.5 29.51 74.16 -
YUV 120.57 185.8 49.13 -
System Red Green Blue C M Y K H S L
Decimal 10 157 223 0.96 0.30 0 0.13 198.59 0.91 0.46
Hex A 9D DF 60 1E 0 D C7 5B 2E
Octal 12 235 337 140 36 0 15 307 133 56
Binary 1010 10011101 11011111 1100000 11110 0 1101 11000111 1011011 101110

Color Harmonies of #0A9DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9DDF

Black with #0A9DDF

Text Example


Text Example

White with #0A9DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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