Html Css Color HEX #0A8DDF Pacific Blue

📋 copy color: '#0A8DDF'

red 10 ◦ green 141 ◦ blue 223

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

Shades of Pacific Blue #0A8DDF

Tints of Pacific Blue #0A8DDF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.7%

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

R = 2.67%
G = 37.7%
B = 59.63%

CMYK

 C value IS 0.96

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0A8DDF (or 0x0A8DDF) is known color: Pacific Blue. HEX triplet: 0A, 8D and DF. RGB value is (10,141,223). Sum of RGB (Red+Green+Blue) = 10+141+223=374 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.67% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 223 (87.5% from 255 or 59.63% from 374); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A8DDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8DDF is #F57220. Grayscale: #6E6E6E. Windows color (decimal): -16085537 or 14650634. OLE color: 14650634.

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

Color convert

RGB 10 141 223 -
CMYK 0.96 0.37 0 0.13
HSL 203.1º 0.91% 0.46% -
HSV(B) 203.1º 0.96% 0.87% -
XYZ 22.97 24.44 73.32 -
YUV 111.18 191.1 55.83 -
System Red Green Blue C M Y K H S L
Decimal 10 141 223 0.96 0.37 0 0.13 203.1 0.91 0.46
Hex A 8D DF 60 25 0 D CB 5B 2E
Octal 12 215 337 140 45 0 15 313 133 56
Binary 1010 10001101 11011111 1100000 100101 0 1101 11001011 1011011 101110

Color Harmonies of #0A8DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8DDF

Black with #0A8DDF

Text Example


Text Example

White with #0A8DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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