Html Css Color HEX #0199DD Pacific Blue

📋 copy color: '#0199DD'

red 1 ◦ green 153 ◦ blue 221

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

Shades of Pacific Blue #0199DD

Tints of Pacific Blue #0199DD

RGB

 RED value IS 1 (0.78% from 255) = 0.27%

 GREEN value IS 153 (60.16% from 255) = 40.8%

 BLUE value IS 221 (86.72% from 255) = 58.93%

R = 0.27%
G = 40.8%
B = 58.93%

CMYK

 C value IS 1.00

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0199DD (or 0x0199DD) is known color: Pacific Blue. HEX triplet: 01, 99 and DD. RGB value is (1,153,221). Sum of RGB (Red+Green+Blue) = 1+153+221=375 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #0199DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0199DD is #FE6622. Grayscale: #727272. Windows color (decimal): -16672291 or 14522625. OLE color: 14522625.

HSL color Cylindrical-coordinate representation of color #0199DD: hue angle of 198.55º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0199DD is Cyan = 1.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 153 221 -
CMYK 1.00 0.31 0 0.13
HSL 198.55º 0.99% 0.44% -
HSV(B) 198.55º 1% 0.87% -
XYZ 24.45 28.01 72.52 -
YUV 115.3 187.64 46.47 -
System Red Green Blue C M Y K H S L
Decimal 1 153 221 1.00 0.31 0 0.13 198.55 0.99 0.44
Hex 1 99 DD 64 1F 0 D C7 63 2C
Octal 1 231 335 144 37 0 15 307 143 54
Binary 1 10011001 11011101 1100100 11111 0 1101 11000111 1100011 101100

Color Harmonies of #0199DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0199DD

Black with #0199DD

Text Example


Text Example

White with #0199DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0199DD; }

 p { color: rgb(1,153,221); }

 H1.HeaderClassName
 {
   color: #0199DD;
 }
 .AnyTagClassName
 {
   color: #0199DD;
 }
</style>

background-color css

<style>
 a { background-color: #0199DD; }

 a { background-color: rgb(1,153,221); }

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

border-color css

<style>
 span { border-color: #0199DD; }

 span { border-color: rgb(1,153,221); }

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