Html Css Color HEX #289ABB Pelorous

📋 copy color: '#289ABB'

red 40 ◦ green 154 ◦ blue 187

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

Shades of Pelorous #289ABB

Tints of Pelorous #289ABB

RGB

 RED value IS 40 (16.02% from 255) = 10.5%

 GREEN value IS 154 (60.55% from 255) = 40.42%

 BLUE value IS 187 (73.44% from 255) = 49.08%

R = 10.5%
G = 40.42%
B = 49.08%

CMYK

 C value IS 0.79

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#289ABB (or 0x289ABB) is known color: Pelorous. HEX triplet: 28, 9A and BB. RGB value is (40,154,187). Sum of RGB (Red+Green+Blue) = 40+154+187=381 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.50% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #289ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #289ABB is #D76544. Grayscale: #7B7B7B. Windows color (decimal): -14116165 or 12294696. OLE color: 12294696.

HSL color Cylindrical-coordinate representation of color #289ABB: hue angle of 193.47º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #289ABB is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 40 154 187 -
CMYK 0.79 0.18 0 0.27
HSL 193.47º 0.65% 0.45% -
HSV(B) 193.47º 0.79% 0.73% -
XYZ 21.4 27.15 51.13 -
YUV 123.68 163.73 68.32 -
System Red Green Blue C M Y K H S L
Decimal 40 154 187 0.79 0.18 0 0.27 193.47 0.65 0.45
Hex 28 9A BB 4F 12 0 1B C1 41 2D
Octal 50 232 273 117 22 0 33 301 101 55
Binary 101000 10011010 10111011 1001111 10010 0 11011 11000001 1000001 101101

Color Harmonies of #289ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289ABB

Black with #289ABB

Text Example


Text Example

White with #289ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289ABB; }

 p { color: rgb(40,154,187); }

 H1.HeaderClassName
 {
   color: #289ABB;
 }
 .AnyTagClassName
 {
   color: #289ABB;
 }
</style>

background-color css

<style>
 a { background-color: #289ABB; }

 a { background-color: rgb(40,154,187); }

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

border-color css

<style>
 span { border-color: #289ABB; }

 span { border-color: rgb(40,154,187); }

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