Html Css Color HEX #289CC9 Pelorous

📋 copy color: '#289CC9'

red 40 ◦ green 156 ◦ blue 201

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

Shades of Pelorous #289CC9

Tints of Pelorous #289CC9

RGB

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

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

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

R = 10.08%
G = 39.29%
B = 50.63%

CMYK

 C value IS 0.80

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#289CC9 (or 0x289CC9) is known color: Pelorous. HEX triplet: 28, 9C and C9. RGB value is (40,156,201). Sum of RGB (Red+Green+Blue) = 40+156+201=397 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.08% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 201 (78.91% from 255 or 50.63% from 397); Max value from RGB is 201 - color contains mainly: blue. Hex color #289CC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #289CC9 is #D76336. Grayscale: #7E7E7E. Windows color (decimal): -14115639 or 13212712. OLE color: 13212712.

HSL color Cylindrical-coordinate representation of color #289CC9: hue angle of 196.77º 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 #289CC9 is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 40 156 201 -
CMYK 0.80 0.22 0 0.21
HSL 196.77º 0.67% 0.47% -
HSV(B) 196.77º 0.8% 0.79% -
XYZ 23.31 28.45 59.52 -
YUV 126.45 170.07 66.34 -
System Red Green Blue C M Y K H S L
Decimal 40 156 201 0.80 0.22 0 0.21 196.77 0.67 0.47
Hex 28 9C C9 50 16 0 15 C5 43 2F
Octal 50 234 311 120 26 0 25 305 103 57
Binary 101000 10011100 11001001 1010000 10110 0 10101 11000101 1000011 101111

Color Harmonies of #289CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289CC9

Black with #289CC9

Text Example


Text Example

White with #289CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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