Html Css Color HEX #1899DB Pacific Blue

📋 copy color: '#1899DB'

red 24 ◦ green 153 ◦ blue 219

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

Shades of Pacific Blue #1899DB

Tints of Pacific Blue #1899DB

RGB

 RED value IS 24 (9.77% from 255) = 6.06%

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

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

R = 6.06%
G = 38.64%
B = 55.3%

CMYK

 C value IS 0.89

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1899DB (or 0x1899DB) is known color: Pacific Blue. HEX triplet: 18, 99 and DB. RGB value is (24,153,219). Sum of RGB (Red+Green+Blue) = 24+153+219=396 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.06% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #1899DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1899DB is #E76624. Grayscale: #797979. Windows color (decimal): -15164965 or 14391576. OLE color: 14391576.

HSL color Cylindrical-coordinate representation of color #1899DB: hue angle of 200.31º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1899DB is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 24 153 219 -
CMYK 0.89 0.30 0 0.14
HSL 200.31º 0.8% 0.48% -
HSV(B) 200.31º 0.89% 0.86% -
XYZ 24.55 28.09 71.15 -
YUV 121.95 182.76 58.13 -
System Red Green Blue C M Y K H S L
Decimal 24 153 219 0.89 0.30 0 0.14 200.31 0.8 0.48
Hex 18 99 DB 59 1E 0 E C8 50 30
Octal 30 231 333 131 36 0 16 310 120 60
Binary 11000 10011001 11011011 1011001 11110 0 1110 11001000 1010000 110000

Color Harmonies of #1899DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1899DB

Black with #1899DB

Text Example


Text Example

White with #1899DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,153,219); }

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

background-color css

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

 a { background-color: rgb(24,153,219); }

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

border-color css

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

 span { border-color: rgb(24,153,219); }

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