Html Css Color HEX #189FC3 Pelorous

📋 copy color: '#189FC3'

red 24 ◦ green 159 ◦ blue 195

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

Shades of Pelorous #189FC3

Tints of Pelorous #189FC3

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.06%

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

R = 6.35%
G = 42.06%
B = 51.59%

CMYK

 C value IS 0.88

 M value IS 0.18

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#189FC3 (or 0x189FC3) is known color: Pelorous. HEX triplet: 18, 9F and C3. RGB value is (24,159,195). Sum of RGB (Red+Green+Blue) = 24+159+195=378 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.35% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 195 (76.56% from 255 or 51.59% from 378); Max value from RGB is 195 - color contains mainly: blue. Hex color #189FC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189FC3 is #E7603C. Grayscale: #7A7A7A. Windows color (decimal): -15163453 or 12820248. OLE color: 12820248.

HSL color Cylindrical-coordinate representation of color #189FC3: hue angle of 192.63º 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 #189FC3 is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 24 159 195 -
CMYK 0.88 0.18 0 0.24
HSL 192.63º 0.78% 0.43% -
HSV(B) 192.63º 0.88% 0.76% -
XYZ 22.63 28.93 56.02 -
YUV 122.74 168.77 57.57 -
System Red Green Blue C M Y K H S L
Decimal 24 159 195 0.88 0.18 0 0.24 192.63 0.78 0.43
Hex 18 9F C3 58 12 0 18 C1 4E 2B
Octal 30 237 303 130 22 0 30 301 116 53
Binary 11000 10011111 11000011 1011000 10010 0 11000 11000001 1001110 101011

Color Harmonies of #189FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189FC3

Black with #189FC3

Text Example


Text Example

White with #189FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #189FC3; }

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

 H1.HeaderClassName
 {
   color: #189FC3;
 }
 .AnyTagClassName
 {
   color: #189FC3;
 }
</style>

background-color css

<style>
 a { background-color: #189FC3; }

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

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

border-color css

<style>
 span { border-color: #189FC3; }

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

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