Html Css Color HEX #0A90DB Pacific Blue

📋 copy color: '#0A90DB'

red 10 ◦ green 144 ◦ blue 219

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

Shades of Pacific Blue #0A90DB

Tints of Pacific Blue #0A90DB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.61%

 BLUE value IS 219 (85.94% from 255) = 58.71%

R = 2.68%
G = 38.61%
B = 58.71%

CMYK

 C value IS 0.95

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0A90DB (or 0x0A90DB) is known color: Pacific Blue. HEX triplet: 0A, 90 and DB. RGB value is (10,144,219). Sum of RGB (Red+Green+Blue) = 10+144+219=373 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.68% from 373); Green value is 144 (56.64% from 255 or 38.61% from 373); Blue value is 219 (85.94% from 255 or 58.71% from 373); Max value from RGB is 219 - color contains mainly: blue. Hex color #0A90DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A90DB is #F56F24. Grayscale: #707070. Windows color (decimal): -16084773 or 14389258. OLE color: 14389258.

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

Color convert

RGB 10 144 219 -
CMYK 0.95 0.34 0 0.14
HSL 201.53º 0.91% 0.45% -
HSV(B) 201.53º 0.95% 0.86% -
XYZ 22.88 25.13 70.66 -
YUV 112.48 188.11 54.9 -
System Red Green Blue C M Y K H S L
Decimal 10 144 219 0.95 0.34 0 0.14 201.53 0.91 0.45
Hex A 90 DB 5F 22 0 E CA 5B 2D
Octal 12 220 333 137 42 0 16 312 133 55
Binary 1010 10010000 11011011 1011111 100010 0 1110 11001010 1011011 101101

Color Harmonies of #0A90DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A90DB

Black with #0A90DB

Text Example


Text Example

White with #0A90DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,144,219); }

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

background-color css

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

 a { background-color: rgb(10,144,219); }

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

border-color css

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

 span { border-color: rgb(10,144,219); }

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