Html Css Color HEX #0995DF Pacific Blue

📋 copy color: '#0995DF'

red 9 ◦ green 149 ◦ blue 223

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

Shades of Pacific Blue #0995DF

Tints of Pacific Blue #0995DF

RGB

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

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

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

R = 2.36%
G = 39.11%
B = 58.53%

CMYK

 C value IS 0.96

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0995DF (or 0x0995DF) is known color: Pacific Blue. HEX triplet: 09, 95 and DF. RGB value is (9,149,223). Sum of RGB (Red+Green+Blue) = 9+149+223=381 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.36% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #0995DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0995DF is #F66A20. Grayscale: #737373. Windows color (decimal): -16149025 or 14652681. OLE color: 14652681.

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

Color convert

RGB 9 149 223 -
CMYK 0.96 0.33 0 0.13
HSL 200.75º 0.92% 0.45% -
HSV(B) 200.75º 0.96% 0.87% -
XYZ 24.18 26.88 73.73 -
YUV 115.58 188.62 51.98 -
System Red Green Blue C M Y K H S L
Decimal 9 149 223 0.96 0.33 0 0.13 200.75 0.92 0.45
Hex 9 95 DF 60 21 0 D C9 5C 2D
Octal 11 225 337 140 41 0 15 311 134 55
Binary 1001 10010101 11011111 1100000 100001 0 1101 11001001 1011100 101101

Color Harmonies of #0995DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0995DF

Black with #0995DF

Text Example


Text Example

White with #0995DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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