Html Css Color HEX #189CC3 Pelorous

📋 copy color: '#189CC3'

red 24 ◦ green 156 ◦ blue 195

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

Shades of Pelorous #189CC3

Tints of Pelorous #189CC3

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.6%

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

R = 6.4%
G = 41.6%
B = 52%

CMYK

 C value IS 0.88

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#189CC3 (or 0x189CC3) is known color: Pelorous. HEX triplet: 18, 9C and C3. RGB value is (24,156,195). Sum of RGB (Red+Green+Blue) = 24+156+195=375 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.4% from 375); Green value is 156 (61.33% from 255 or 41.6% from 375); Blue value is 195 (76.56% from 255 or 52% from 375); Max value from RGB is 195 - color contains mainly: blue. Hex color #189CC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189CC3 is #E7633C. Grayscale: #787878. Windows color (decimal): -15164221 or 12819480. OLE color: 12819480.

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

Color convert

RGB 24 156 195 -
CMYK 0.88 0.20 0 0.24
HSL 193.68º 0.78% 0.43% -
HSV(B) 193.68º 0.88% 0.76% -
XYZ 22.12 27.91 55.85 -
YUV 120.98 169.77 58.83 -
System Red Green Blue C M Y K H S L
Decimal 24 156 195 0.88 0.20 0 0.24 193.68 0.78 0.43
Hex 18 9C C3 58 14 0 18 C2 4E 2B
Octal 30 234 303 130 24 0 30 302 116 53
Binary 11000 10011100 11000011 1011000 10100 0 11000 11000010 1001110 101011

Color Harmonies of #189CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189CC3

Black with #189CC3

Text Example


Text Example

White with #189CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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