Html Css Color HEX #0A95CF Pacific Blue

📋 copy color: '#0A95CF'

red 10 ◦ green 149 ◦ blue 207

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

Shades of Pacific Blue #0A95CF

Tints of Pacific Blue #0A95CF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.71%

 BLUE value IS 207 (81.25% from 255) = 56.56%

R = 2.73%
G = 40.71%
B = 56.56%

CMYK

 C value IS 0.95

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0A95CF (or 0x0A95CF) is known color: Pacific Blue. HEX triplet: 0A, 95 and CF. RGB value is (10,149,207). Sum of RGB (Red+Green+Blue) = 10+149+207=366 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.73% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #0A95CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A95CF is #F56A30. Grayscale: #717171. Windows color (decimal): -16083505 or 13604106. OLE color: 13604106.

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

Color convert

RGB 10 149 207 -
CMYK 0.95 0.28 0 0.19
HSL 197.67º 0.91% 0.43% -
HSV(B) 197.67º 0.95% 0.81% -
XYZ 22.14 26.06 62.9 -
YUV 114.05 180.45 53.78 -
System Red Green Blue C M Y K H S L
Decimal 10 149 207 0.95 0.28 0 0.19 197.67 0.91 0.43
Hex A 95 CF 5F 1C 0 13 C6 5B 2B
Octal 12 225 317 137 34 0 23 306 133 53
Binary 1010 10010101 11001111 1011111 11100 0 10011 11000110 1011011 101011

Color Harmonies of #0A95CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A95CF

Black with #0A95CF

Text Example


Text Example

White with #0A95CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,149,207); }

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

background-color css

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

 a { background-color: rgb(10,149,207); }

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

border-color css

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

 span { border-color: rgb(10,149,207); }

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