Html Css Color HEX #0199DE Pacific Blue

📋 copy color: '#0199DE'

red 1 ◦ green 153 ◦ blue 222

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

Shades of Pacific Blue #0199DE

Tints of Pacific Blue #0199DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 59.04%

R = 0.27%
G = 40.69%
B = 59.04%

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

#0199DE (or 0x0199DE) is known color: Pacific Blue. HEX triplet: 01, 99 and DE. RGB value is (1,153,222). Sum of RGB (Red+Green+Blue) = 1+153+222=376 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 222 (87.11% from 255 or 59.04% from 376); Max value from RGB is 222 - color contains mainly: blue. Hex color #0199DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0199DE is #FE6621. Grayscale: #727272. Windows color (decimal): -16672290 or 14588161. OLE color: 14588161.

HSL color Cylindrical-coordinate representation of color #0199DE: hue angle of 198.73º 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 #0199DE is Cyan = 1.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 153 222 -
CMYK 1.00 0.31 0 0.13
HSL 198.73º 0.99% 0.44% -
HSV(B) 198.73º 1% 0.87% -
XYZ 24.59 28.06 73.23 -
YUV 115.42 188.14 46.39 -
System Red Green Blue C M Y K H S L
Decimal 1 153 222 1.00 0.31 0 0.13 198.73 0.99 0.44
Hex 1 99 DE 64 1F 0 D C7 63 2C
Octal 1 231 336 144 37 0 15 307 143 54
Binary 1 10011001 11011110 1100100 11111 0 1101 11000111 1100011 101100

Color Harmonies of #0199DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0199DE

Black with #0199DE

Text Example


Text Example

White with #0199DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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