Html Css Color HEX #189BAF Pelorous

📋 copy color: '#189BAF'

red 24 ◦ green 155 ◦ blue 175

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

Shades of Pelorous #189BAF

Tints of Pelorous #189BAF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 43.79%

 BLUE value IS 175 (68.75% from 255) = 49.44%

R = 6.78%
G = 43.79%
B = 49.44%

CMYK

 C value IS 0.86

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#189BAF (or 0x189BAF) is known color: Pelorous. HEX triplet: 18, 9B and AF. RGB value is (24,155,175). Sum of RGB (Red+Green+Blue) = 24+155+175=354 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.78% from 354); Green value is 155 (60.94% from 255 or 43.79% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #189BAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189BAF is #E76450. Grayscale: #757575. Windows color (decimal): -15164497 or 11508504. OLE color: 11508504.

HSL color Cylindrical-coordinate representation of color #189BAF: hue angle of 187.95º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #189BAF is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 24 155 175 -
CMYK 0.86 0.11 0 0.31
HSL 187.95º 0.76% 0.39% -
HSV(B) 187.95º 0.86% 0.69% -
XYZ 19.84 26.73 44.67 -
YUV 118.11 160.1 60.87 -
System Red Green Blue C M Y K H S L
Decimal 24 155 175 0.86 0.11 0 0.31 187.95 0.76 0.39
Hex 18 9B AF 56 B 0 1F BC 4C 27
Octal 30 233 257 126 13 0 37 274 114 47
Binary 11000 10011011 10101111 1010110 1011 0 11111 10111100 1001100 100111

Color Harmonies of #189BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #189BAF

Black with #189BAF

Text Example


Text Example

White with #189BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,155,175); }

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

background-color css

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

 a { background-color: rgb(24,155,175); }

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

border-color css

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

 span { border-color: rgb(24,155,175); }

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