Html Css Color HEX #0A93DD Pacific Blue

📋 copy color: '#0A93DD'

red 10 ◦ green 147 ◦ blue 221

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

Shades of Pacific Blue #0A93DD

Tints of Pacific Blue #0A93DD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.89%

 BLUE value IS 221 (86.72% from 255) = 58.47%

R = 2.65%
G = 38.89%
B = 58.47%

CMYK

 C value IS 0.95

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0A93DD (or 0x0A93DD) is known color: Pacific Blue. HEX triplet: 0A, 93 and DD. RGB value is (10,147,221). Sum of RGB (Red+Green+Blue) = 10+147+221=378 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.65% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #0A93DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A93DD is #F56C22. Grayscale: #727272. Windows color (decimal): -16084003 or 14521098. OLE color: 14521098.

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

Color convert

RGB 10 147 221 -
CMYK 0.95 0.33 0 0.13
HSL 201.04º 0.91% 0.45% -
HSV(B) 201.04º 0.95% 0.87% -
XYZ 23.61 26.15 72.21 -
YUV 114.47 188.11 53.48 -
System Red Green Blue C M Y K H S L
Decimal 10 147 221 0.95 0.33 0 0.13 201.04 0.91 0.45
Hex A 93 DD 5F 21 0 D C9 5B 2D
Octal 12 223 335 137 41 0 15 311 133 55
Binary 1010 10010011 11011101 1011111 100001 0 1101 11001001 1011011 101101

Color Harmonies of #0A93DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A93DD

Black with #0A93DD

Text Example


Text Example

White with #0A93DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,147,221); }

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

background-color css

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

 a { background-color: rgb(10,147,221); }

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

border-color css

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

 span { border-color: rgb(10,147,221); }

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