Html Css Color HEX #279CC9 Pelorous

📋 copy color: '#279CC9'

red 39 ◦ green 156 ◦ blue 201

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

Shades of Pelorous #279CC9

Tints of Pelorous #279CC9

RGB

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

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

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

R = 9.85%
G = 39.39%
B = 50.76%

CMYK

 C value IS 0.81

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#279CC9 (or 0x279CC9) is known color: Pelorous. HEX triplet: 27, 9C and C9. RGB value is (39,156,201). Sum of RGB (Red+Green+Blue) = 39+156+201=396 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.85% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #279CC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #279CC9 is #D86336. Grayscale: #7D7D7D. Windows color (decimal): -14181175 or 13212711. OLE color: 13212711.

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

Color convert

RGB 39 156 201 -
CMYK 0.81 0.22 0 0.21
HSL 196.67º 0.68% 0.47% -
HSV(B) 196.67º 0.81% 0.79% -
XYZ 23.27 28.43 59.52 -
YUV 126.15 170.24 65.84 -
System Red Green Blue C M Y K H S L
Decimal 39 156 201 0.81 0.22 0 0.21 196.67 0.68 0.47
Hex 27 9C C9 51 16 0 15 C5 44 2F
Octal 47 234 311 121 26 0 25 305 104 57
Binary 100111 10011100 11001001 1010001 10110 0 10101 11000101 1000100 101111

Color Harmonies of #279CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #279CC9

Black with #279CC9

Text Example


Text Example

White with #279CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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