Html Css Color HEX #0A93CD Pacific Blue

📋 copy color: '#0A93CD'

red 10 ◦ green 147 ◦ blue 205

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

Shades of Pacific Blue #0A93CD

Tints of Pacific Blue #0A93CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.63%

R = 2.76%
G = 40.61%
B = 56.63%

CMYK

 C value IS 0.95

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0A93CD (or 0x0A93CD) is known color: Pacific Blue. HEX triplet: 0A, 93 and CD. RGB value is (10,147,205). Sum of RGB (Red+Green+Blue) = 10+147+205=362 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.76% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 205 (80.47% from 255 or 56.63% from 362); Max value from RGB is 205 - color contains mainly: blue. Hex color #0A93CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A93CD is #F56C32. Grayscale: #707070. Windows color (decimal): -16084019 or 13472522. OLE color: 13472522.

HSL color Cylindrical-coordinate representation of color #0A93CD: hue angle of 197.85º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A93CD is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 10 147 205 -
CMYK 0.95 0.28 0 0.20
HSL 197.85º 0.91% 0.42% -
HSV(B) 197.85º 0.95% 0.8% -
XYZ 21.58 25.34 61.51 -
YUV 112.65 180.11 54.78 -
System Red Green Blue C M Y K H S L
Decimal 10 147 205 0.95 0.28 0 0.20 197.85 0.91 0.42
Hex A 93 CD 5F 1C 0 14 C6 5B 2A
Octal 12 223 315 137 34 0 24 306 133 52
Binary 1010 10010011 11001101 1011111 11100 0 10100 11000110 1011011 101010

Color Harmonies of #0A93CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A93CD

Black with #0A93CD

Text Example


Text Example

White with #0A93CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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