Html Css Color HEX #0A8BDF Pacific Blue

📋 copy color: '#0A8BDF'

red 10 ◦ green 139 ◦ blue 223

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

Shades of Pacific Blue #0A8BDF

Tints of Pacific Blue #0A8BDF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.37%

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

R = 2.69%
G = 37.37%
B = 59.95%

CMYK

 C value IS 0.96

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0A8BDF (or 0x0A8BDF) is known color: Pacific Blue. HEX triplet: 0A, 8B and DF. RGB value is (10,139,223). Sum of RGB (Red+Green+Blue) = 10+139+223=372 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.69% from 372); Green value is 139 (54.69% from 255 or 37.37% from 372); Blue value is 223 (87.5% from 255 or 59.95% from 372); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A8BDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8BDF is #F57420. Grayscale: #6D6D6D. Windows color (decimal): -16086049 or 14650122. OLE color: 14650122.

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

Color convert

RGB 10 139 223 -
CMYK 0.96 0.38 0 0.13
HSL 203.66º 0.91% 0.46% -
HSV(B) 203.66º 0.96% 0.87% -
XYZ 22.68 23.86 73.22 -
YUV 110.01 191.76 56.67 -
System Red Green Blue C M Y K H S L
Decimal 10 139 223 0.96 0.38 0 0.13 203.66 0.91 0.46
Hex A 8B DF 60 26 0 D CC 5B 2E
Octal 12 213 337 140 46 0 15 314 133 56
Binary 1010 10001011 11011111 1100000 100110 0 1101 11001100 1011011 101110

Color Harmonies of #0A8BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8BDF

Black with #0A8BDF

Text Example


Text Example

White with #0A8BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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