Html Css Color HEX #279BC9 Pelorous

📋 copy color: '#279BC9'

red 39 ◦ green 155 ◦ blue 201

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

Shades of Pelorous #279BC9

Tints of Pelorous #279BC9

RGB

 RED value IS 39 (15.63% from 255) = 9.87%

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

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

R = 9.87%
G = 39.24%
B = 50.89%

CMYK

 C value IS 0.81

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#279BC9 (or 0x279BC9) is known color: Pelorous. HEX triplet: 27, 9B and C9. RGB value is (39,155,201). Sum of RGB (Red+Green+Blue) = 39+155+201=395 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.87% from 395); Green value is 155 (60.94% from 255 or 39.24% 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 #279BC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #279BC9 is #D86436. Grayscale: #7D7D7D. Windows color (decimal): -14181431 or 13212455. OLE color: 13212455.

HSL color Cylindrical-coordinate representation of color #279BC9: hue angle of 197.04º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #279BC9 is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 39 155 201 -
CMYK 0.81 0.23 0 0.21
HSL 197.04º 0.68% 0.47% -
HSV(B) 197.04º 0.81% 0.79% -
XYZ 23.1 28.09 59.46 -
YUV 125.56 170.57 66.26 -
System Red Green Blue C M Y K H S L
Decimal 39 155 201 0.81 0.23 0 0.21 197.04 0.68 0.47
Hex 27 9B C9 51 17 0 15 C5 44 2F
Octal 47 233 311 121 27 0 25 305 104 57
Binary 100111 10011011 11001001 1010001 10111 0 10101 11000101 1000100 101111

Color Harmonies of #279BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #279BC9

Black with #279BC9

Text Example


Text Example

White with #279BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #279BC9; }

 p { color: rgb(39,155,201); }

 H1.HeaderClassName
 {
   color: #279BC9;
 }
 .AnyTagClassName
 {
   color: #279BC9;
 }
</style>

background-color css

<style>
 a { background-color: #279BC9; }

 a { background-color: rgb(39,155,201); }

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

border-color css

<style>
 span { border-color: #279BC9; }

 span { border-color: rgb(39,155,201); }

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