Html Css Color HEX #0995DC Pacific Blue

📋 copy color: '#0995DC'

red 9 ◦ green 149 ◦ blue 220

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

Shades of Pacific Blue #0995DC

Tints of Pacific Blue #0995DC

RGB

 RED value IS 9 (3.91% from 255) = 2.38%

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

 BLUE value IS 220 (86.33% from 255) = 58.2%

R = 2.38%
G = 39.42%
B = 58.2%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0995DC (or 0x0995DC) is known color: Pacific Blue. HEX triplet: 09, 95 and DC. RGB value is (9,149,220). Sum of RGB (Red+Green+Blue) = 9+149+220=378 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.38% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 220 (86.33% from 255 or 58.20% from 378); Max value from RGB is 220 - color contains mainly: blue. Hex color #0995DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0995DC is #F66A23. Grayscale: #727272. Windows color (decimal): -16149028 or 14456073. OLE color: 14456073.

HSL color Cylindrical-coordinate representation of color #0995DC: hue angle of 200.19º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0995DC is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 149 220 -
CMYK 0.96 0.32 0 0.14
HSL 200.19º 0.92% 0.45% -
HSV(B) 200.19º 0.96% 0.86% -
XYZ 23.78 26.72 71.61 -
YUV 115.23 187.12 52.23 -
System Red Green Blue C M Y K H S L
Decimal 9 149 220 0.96 0.32 0 0.14 200.19 0.92 0.45
Hex 9 95 DC 60 20 0 E C8 5C 2D
Octal 11 225 334 140 40 0 16 310 134 55
Binary 1001 10010101 11011100 1100000 100000 0 1110 11001000 1011100 101101

Color Harmonies of #0995DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0995DC

Black with #0995DC

Text Example


Text Example

White with #0995DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0995DC; }

 p { color: rgb(9,149,220); }

 H1.HeaderClassName
 {
   color: #0995DC;
 }
 .AnyTagClassName
 {
   color: #0995DC;
 }
</style>

background-color css

<style>
 a { background-color: #0995DC; }

 a { background-color: rgb(9,149,220); }

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

border-color css

<style>
 span { border-color: #0995DC; }

 span { border-color: rgb(9,149,220); }

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