Html Css Color HEX #1889C3 Pelorous

📋 copy color: '#1889C3'

red 24 ◦ green 137 ◦ blue 195

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

Shades of Pelorous #1889C3

Tints of Pelorous #1889C3

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.48%

 BLUE value IS 195 (76.56% from 255) = 54.78%

R = 6.74%
G = 38.48%
B = 54.78%

CMYK

 C value IS 0.88

 M value IS 0.30

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1889C3 (or 0x1889C3) is known color: Pelorous. HEX triplet: 18, 89 and C3. RGB value is (24,137,195). Sum of RGB (Red+Green+Blue) = 24+137+195=356 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.74% from 356); Green value is 137 (53.91% from 255 or 38.48% from 356); Blue value is 195 (76.56% from 255 or 54.78% from 356); Max value from RGB is 195 - color contains mainly: blue. Hex color #1889C3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1889C3 is #E7763C. Grayscale: #6D6D6D. Windows color (decimal): -15169085 or 12814616. OLE color: 12814616.

HSL color Cylindrical-coordinate representation of color #1889C3: hue angle of 200.35º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1889C3 is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 24 137 195 -
CMYK 0.88 0.30 0 0.24
HSL 200.35º 0.78% 0.43% -
HSV(B) 200.35º 0.88% 0.76% -
XYZ 19.17 22.03 54.87 -
YUV 109.83 176.06 66.78 -
System Red Green Blue C M Y K H S L
Decimal 24 137 195 0.88 0.30 0 0.24 200.35 0.78 0.43
Hex 18 89 C3 58 1E 0 18 C8 4E 2B
Octal 30 211 303 130 36 0 30 310 116 53
Binary 11000 10001001 11000011 1011000 11110 0 11000 11001000 1001110 101011

Color Harmonies of #1889C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1889C3

Black with #1889C3

Text Example


Text Example

White with #1889C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1889C3; }

 p { color: rgb(24,137,195); }

 H1.HeaderClassName
 {
   color: #1889C3;
 }
 .AnyTagClassName
 {
   color: #1889C3;
 }
</style>

background-color css

<style>
 a { background-color: #1889C3; }

 a { background-color: rgb(24,137,195); }

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

border-color css

<style>
 span { border-color: #1889C3; }

 span { border-color: rgb(24,137,195); }

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