Html Css Color HEX #289AC9 Pelorous

📋 copy color: '#289AC9'

red 40 ◦ green 154 ◦ blue 201

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

Shades of Pelorous #289AC9

Tints of Pelorous #289AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 50.89%

R = 10.13%
G = 38.99%
B = 50.89%

CMYK

 C value IS 0.80

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#289AC9 (or 0x289AC9) is known color: Pelorous. HEX triplet: 28, 9A and C9. RGB value is (40,154,201). Sum of RGB (Red+Green+Blue) = 40+154+201=395 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.13% from 395); Green value is 154 (60.55% from 255 or 38.99% from 395); Blue value is 201 (78.91% from 255 or 50.89% from 395); Max value from RGB is 201 - color contains mainly: blue. Hex color #289AC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #289AC9 is #D76536. Grayscale: #7C7C7C. Windows color (decimal): -14116151 or 13212200. OLE color: 13212200.

HSL color Cylindrical-coordinate representation of color #289AC9: hue angle of 197.52º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #289AC9 is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 40 154 201 -
CMYK 0.80 0.23 0 0.21
HSL 197.52º 0.67% 0.47% -
HSV(B) 197.52º 0.8% 0.79% -
XYZ 22.97 27.78 59.41 -
YUV 125.27 170.73 67.18 -
System Red Green Blue C M Y K H S L
Decimal 40 154 201 0.80 0.23 0 0.21 197.52 0.67 0.47
Hex 28 9A C9 50 17 0 15 C6 43 2F
Octal 50 232 311 120 27 0 25 306 103 57
Binary 101000 10011010 11001001 1010000 10111 0 10101 11000110 1000011 101111

Color Harmonies of #289AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289AC9

Black with #289AC9

Text Example


Text Example

White with #289AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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