Html Css Color HEX #0199CE Pacific Blue

📋 copy color: '#0199CE'

red 1 ◦ green 153 ◦ blue 206

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

Shades of Pacific Blue #0199CE

Tints of Pacific Blue #0199CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.22%

R = 0.28%
G = 42.5%
B = 57.22%

CMYK

 C value IS 1.00

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0199CE (or 0x0199CE) is known color: Pacific Blue. HEX triplet: 01, 99 and CE. RGB value is (1,153,206). Sum of RGB (Red+Green+Blue) = 1+153+206=360 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #0199CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0199CE is #FE6631. Grayscale: #717171. Windows color (decimal): -16672306 or 13539585. OLE color: 13539585.

HSL color Cylindrical-coordinate representation of color #0199CE: hue angle of 195.51º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0199CE is Cyan = 1.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 1 153 206 -
CMYK 1.00 0.26 0 0.19
HSL 195.51º 0.99% 0.41% -
HSV(B) 195.51º 1% 0.81% -
XYZ 22.54 27.25 62.46 -
YUV 113.59 180.14 47.69 -
System Red Green Blue C M Y K H S L
Decimal 1 153 206 1.00 0.26 0 0.19 195.51 0.99 0.41
Hex 1 99 CE 64 1A 0 13 C4 63 29
Octal 1 231 316 144 32 0 23 304 143 51
Binary 1 10011001 11001110 1100100 11010 0 10011 11000100 1100011 101001

Color Harmonies of #0199CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0199CE

Black with #0199CE

Text Example


Text Example

White with #0199CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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