Html Css Color HEX #1899CC Pacific Blue

📋 copy color: '#1899CC'

red 24 ◦ green 153 ◦ blue 204

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

Shades of Pacific Blue #1899CC

Tints of Pacific Blue #1899CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.54%

R = 6.3%
G = 40.16%
B = 53.54%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1899CC (or 0x1899CC) is known color: Pacific Blue. HEX triplet: 18, 99 and CC. RGB value is (24,153,204). Sum of RGB (Red+Green+Blue) = 24+153+204=381 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.30% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #1899CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1899CC is #E76633. Grayscale: #777777. Windows color (decimal): -15164980 or 13408536. OLE color: 13408536.

HSL color Cylindrical-coordinate representation of color #1899CC: hue angle of 197º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1899CC is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 24 153 204 -
CMYK 0.88 0.25 0 0.2
HSL 197º 0.79% 0.45% -
HSV(B) 197º 0.88% 0.8% -
XYZ 22.67 27.34 61.21 -
YUV 120.24 175.26 59.35 -
System Red Green Blue C M Y K H S L
Decimal 24 153 204 0.88 0.25 0 0.2 197 0.79 0.45
Hex 18 99 CC 58 19 0 14 C5 4F 2D
Octal 30 231 314 130 31 0 24 305 117 55
Binary 11000 10011001 11001100 1011000 11001 0 10100 11000101 1001111 101101

Color Harmonies of #1899CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1899CC

Black with #1899CC

Text Example


Text Example

White with #1899CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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