Html Css Color HEX #0995DB Pacific Blue

📋 copy color: '#0995DB'

red 9 ◦ green 149 ◦ blue 219

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

Shades of Pacific Blue #0995DB

Tints of Pacific Blue #0995DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 58.09%

R = 2.39%
G = 39.52%
B = 58.09%

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

#0995DB (or 0x0995DB) is known color: Pacific Blue. HEX triplet: 09, 95 and DB. RGB value is (9,149,219). Sum of RGB (Red+Green+Blue) = 9+149+219=377 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.39% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #0995DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0995DB is #F66A24. Grayscale: #727272. Windows color (decimal): -16149029 or 14390537. OLE color: 14390537.

HSL color Cylindrical-coordinate representation of color #0995DB: hue angle of 200º 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 #0995DB is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 149 219 -
CMYK 0.96 0.32 0 0.14
HSL 200º 0.92% 0.45% -
HSV(B) 200º 0.96% 0.86% -
XYZ 23.65 26.67 70.92 -
YUV 115.12 186.62 52.31 -
System Red Green Blue C M Y K H S L
Decimal 9 149 219 0.96 0.32 0 0.14 200 0.92 0.45
Hex 9 95 DB 60 20 0 E C8 5C 2D
Octal 11 225 333 140 40 0 16 310 134 55
Binary 1001 10010101 11011011 1100000 100000 0 1110 11001000 1011100 101101

Color Harmonies of #0995DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0995DB

Black with #0995DB

Text Example


Text Example

White with #0995DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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