Html Css Color HEX #27ADC7 Pelorous

📋 copy color: '#27ADC7'

red 39 ◦ green 173 ◦ blue 199

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

Shades of Pelorous #27ADC7

Tints of Pelorous #27ADC7

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.09%

 BLUE value IS 199 (78.13% from 255) = 48.42%

R = 9.49%
G = 42.09%
B = 48.42%

CMYK

 C value IS 0.80

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#27ADC7 (or 0x27ADC7) is known color: Pelorous. HEX triplet: 27, AD and C7. RGB value is (39,173,199). Sum of RGB (Red+Green+Blue) = 39+173+199=411 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.49% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 199 (78.12% from 255 or 48.42% from 411); Max value from RGB is 199 - color contains mainly: blue. Hex color #27ADC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27ADC7 is #D85238. Grayscale: #878787. Windows color (decimal): -14176825 or 13085991. OLE color: 13085991.

HSL color Cylindrical-coordinate representation of color #27ADC7: hue angle of 189.75º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27ADC7 is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 39 173 199 -
CMYK 0.80 0.13 0 0.22
HSL 189.75º 0.67% 0.47% -
HSV(B) 189.75º 0.8% 0.78% -
XYZ 26.09 34.44 59.31 -
YUV 135.9 163.61 58.89 -
System Red Green Blue C M Y K H S L
Decimal 39 173 199 0.80 0.13 0 0.22 189.75 0.67 0.47
Hex 27 AD C7 50 D 0 16 BE 43 2F
Octal 47 255 307 120 15 0 26 276 103 57
Binary 100111 10101101 11000111 1010000 1101 0 10110 10111110 1000011 101111

Color Harmonies of #27ADC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27ADC7

Black with #27ADC7

Text Example


Text Example

White with #27ADC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27ADC7; }

 p { color: rgb(39,173,199); }

 H1.HeaderClassName
 {
   color: #27ADC7;
 }
 .AnyTagClassName
 {
   color: #27ADC7;
 }
</style>

background-color css

<style>
 a { background-color: #27ADC7; }

 a { background-color: rgb(39,173,199); }

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

border-color css

<style>
 span { border-color: #27ADC7; }

 span { border-color: rgb(39,173,199); }

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