Html Css Color HEX #0A8FDE Pacific Blue

📋 copy color: '#0A8FDE'

red 10 ◦ green 143 ◦ blue 222

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

Shades of Pacific Blue #0A8FDE

Tints of Pacific Blue #0A8FDE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.13%

 BLUE value IS 222 (87.11% from 255) = 59.2%

R = 2.67%
G = 38.13%
B = 59.2%

CMYK

 C value IS 0.95

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0A8FDE (or 0x0A8FDE) is known color: Pacific Blue. HEX triplet: 0A, 8F and DE. RGB value is (10,143,222). Sum of RGB (Red+Green+Blue) = 10+143+222=375 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.67% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 222 (87.11% from 255 or 59.2% from 375); Max value from RGB is 222 - color contains mainly: blue. Hex color #0A8FDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8FDE is #F57021. Grayscale: #6F6F6F. Windows color (decimal): -16085026 or 14585610. OLE color: 14585610.

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

Color convert

RGB 10 143 222 -
CMYK 0.95 0.36 0 0.13
HSL 202.36º 0.91% 0.45% -
HSV(B) 202.36º 0.95% 0.87% -
XYZ 23.13 24.98 72.71 -
YUV 112.24 189.94 55.08 -
System Red Green Blue C M Y K H S L
Decimal 10 143 222 0.95 0.36 0 0.13 202.36 0.91 0.45
Hex A 8F DE 5F 24 0 D CA 5B 2D
Octal 12 217 336 137 44 0 15 312 133 55
Binary 1010 10001111 11011110 1011111 100100 0 1101 11001010 1011011 101101

Color Harmonies of #0A8FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8FDE

Black with #0A8FDE

Text Example


Text Example

White with #0A8FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,143,222); }

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

background-color css

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

 a { background-color: rgb(10,143,222); }

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

border-color css

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

 span { border-color: rgb(10,143,222); }

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