Html Css Color HEX #189CB6 Pelorous

📋 copy color: '#189CB6'

red 24 ◦ green 156 ◦ blue 182

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

Shades of Pelorous #189CB6

Tints of Pelorous #189CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 50.28%

R = 6.63%
G = 43.09%
B = 50.28%

CMYK

 C value IS 0.87

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#189CB6 (or 0x189CB6) is known color: Pelorous. HEX triplet: 18, 9C and B6. RGB value is (24,156,182). Sum of RGB (Red+Green+Blue) = 24+156+182=362 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.63% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 182 (71.48% from 255 or 50.28% from 362); Max value from RGB is 182 - color contains mainly: blue. Hex color #189CB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189CB6 is #E76349. Grayscale: #777777. Windows color (decimal): -15164234 or 11967512. OLE color: 11967512.

HSL color Cylindrical-coordinate representation of color #189CB6: hue angle of 189.87º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #189CB6 is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 24 156 182 -
CMYK 0.87 0.14 0 0.29
HSL 189.87º 0.77% 0.4% -
HSV(B) 189.87º 0.87% 0.71% -
XYZ 20.71 27.35 48.44 -
YUV 119.5 163.27 59.89 -
System Red Green Blue C M Y K H S L
Decimal 24 156 182 0.87 0.14 0 0.29 189.87 0.77 0.4
Hex 18 9C B6 57 E 0 1D BE 4D 28
Octal 30 234 266 127 16 0 35 276 115 50
Binary 11000 10011100 10110110 1010111 1110 0 11101 10111110 1001101 101000

Color Harmonies of #189CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189CB6

Black with #189CB6

Text Example


Text Example

White with #189CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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