Html Css Color HEX #0A8CDF Pacific Blue

📋 copy color: '#0A8CDF'

red 10 ◦ green 140 ◦ blue 223

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

Shades of Pacific Blue #0A8CDF

Tints of Pacific Blue #0A8CDF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.53%

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

R = 2.68%
G = 37.53%
B = 59.79%

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

#0A8CDF (or 0x0A8CDF) is known color: Pacific Blue. HEX triplet: 0A, 8C and DF. RGB value is (10,140,223). Sum of RGB (Red+Green+Blue) = 10+140+223=373 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.68% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 223 (87.5% from 255 or 59.79% from 373); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A8CDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8CDF is #F57320. Grayscale: #6E6E6E. Windows color (decimal): -16085793 or 14650378. OLE color: 14650378.

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

Color convert

RGB 10 140 223 -
CMYK 0.96 0.37 0 0.13
HSL 203.38º 0.91% 0.46% -
HSV(B) 203.38º 0.96% 0.87% -
XYZ 22.82 24.15 73.27 -
YUV 110.59 191.43 56.25 -
System Red Green Blue C M Y K H S L
Decimal 10 140 223 0.96 0.37 0 0.13 203.38 0.91 0.46
Hex A 8C DF 60 25 0 D CB 5B 2E
Octal 12 214 337 140 45 0 15 313 133 56
Binary 1010 10001100 11011111 1100000 100101 0 1101 11001011 1011011 101110

Color Harmonies of #0A8CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8CDF

Black with #0A8CDF

Text Example


Text Example

White with #0A8CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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