Html Css Color HEX #0A93DF Pacific Blue

📋 copy color: '#0A93DF'

red 10 ◦ green 147 ◦ blue 223

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

Shades of Pacific Blue #0A93DF

Tints of Pacific Blue #0A93DF

RGB

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

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

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

R = 2.63%
G = 38.68%
B = 58.68%

CMYK

 C value IS 0.96

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0A93DF (or 0x0A93DF) is known color: Pacific Blue. HEX triplet: 0A, 93 and DF. RGB value is (10,147,223). Sum of RGB (Red+Green+Blue) = 10+147+223=380 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.63% from 380); Green value is 147 (57.81% from 255 or 38.68% from 380); Blue value is 223 (87.5% from 255 or 58.68% from 380); Max value from RGB is 223 - color contains mainly: blue. Hex color #0A93DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A93DF is #F56C20. Grayscale: #727272. Windows color (decimal): -16084001 or 14652170. OLE color: 14652170.

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

Color convert

RGB 10 147 223 -
CMYK 0.96 0.34 0 0.13
HSL 201.41º 0.91% 0.46% -
HSV(B) 201.41º 0.96% 0.87% -
XYZ 23.88 26.26 73.62 -
YUV 114.7 189.11 53.32 -
System Red Green Blue C M Y K H S L
Decimal 10 147 223 0.96 0.34 0 0.13 201.41 0.91 0.46
Hex A 93 DF 60 22 0 D C9 5B 2E
Octal 12 223 337 140 42 0 15 311 133 56
Binary 1010 10010011 11011111 1100000 100010 0 1101 11001001 1011011 101110

Color Harmonies of #0A93DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A93DF

Black with #0A93DF

Text Example


Text Example

White with #0A93DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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