Html Css Color HEX #0A9DDE Pacific Blue

📋 copy color: '#0A9DDE'

red 10 ◦ green 157 ◦ blue 222

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

Shades of Pacific Blue #0A9DDE

Tints of Pacific Blue #0A9DDE

RGB

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

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

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

R = 2.57%
G = 40.36%
B = 57.07%

CMYK

 C value IS 0.95

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0A9DDE (or 0x0A9DDE) is known color: Pacific Blue. HEX triplet: 0A, 9D and DE. RGB value is (10,157,222). Sum of RGB (Red+Green+Blue) = 10+157+222=389 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.57% from 389); Green value is 157 (61.72% from 255 or 40.36% from 389); Blue value is 222 (87.11% from 255 or 57.07% from 389); Max value from RGB is 222 - color contains mainly: blue. Hex color #0A9DDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A9DDE is #F56221. Grayscale: #787878. Windows color (decimal): -16081442 or 14589194. OLE color: 14589194.

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

Color convert

RGB 10 157 222 -
CMYK 0.95 0.29 0 0.13
HSL 198.4º 0.91% 0.45% -
HSV(B) 198.4º 0.95% 0.87% -
XYZ 25.37 29.45 73.46 -
YUV 120.46 185.3 49.21 -
System Red Green Blue C M Y K H S L
Decimal 10 157 222 0.95 0.29 0 0.13 198.4 0.91 0.45
Hex A 9D DE 5F 1D 0 D C6 5B 2D
Octal 12 235 336 137 35 0 15 306 133 55
Binary 1010 10011101 11011110 1011111 11101 0 1101 11000110 1011011 101101

Color Harmonies of #0A9DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9DDE

Black with #0A9DDE

Text Example


Text Example

White with #0A9DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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