Html Css Color HEX #27AADC Summer Sky

📋 copy color: '#27AADC'

red 39 ◦ green 170 ◦ blue 220

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

Shades of Summer Sky #27AADC

Tints of Summer Sky #27AADC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.63%

 BLUE value IS 220 (86.33% from 255) = 51.28%

R = 9.09%
G = 39.63%
B = 51.28%

CMYK

 C value IS 0.82

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#27AADC (or 0x27AADC) is known color: Summer Sky. HEX triplet: 27, AA and DC. RGB value is (39,170,220). Sum of RGB (Red+Green+Blue) = 39+170+220=429 (56% of max value = 765). Red value is 39 (15.62% from 255 or 9.09% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #27AADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27AADC is #D85523. Grayscale: #888888. Windows color (decimal): -14177572 or 14461479. OLE color: 14461479.

HSL color Cylindrical-coordinate representation of color #27AADC: hue angle of 196.57º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27AADC is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 170 220 -
CMYK 0.82 0.23 0 0.14
HSL 196.57º 0.72% 0.51% -
HSV(B) 196.57º 0.82% 0.86% -
XYZ 28.13 34.35 72.86 -
YUV 136.53 175.1 58.43 -
System Red Green Blue C M Y K H S L
Decimal 39 170 220 0.82 0.23 0 0.14 196.57 0.72 0.51
Hex 27 AA DC 52 17 0 E C5 48 33
Octal 47 252 334 122 27 0 16 305 110 63
Binary 100111 10101010 11011100 1010010 10111 0 1110 11000101 1001000 110011

Color Harmonies of #27AADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27AADC

Black with #27AADC

Text Example


Text Example

White with #27AADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,170,220); }

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

background-color css

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

 a { background-color: rgb(39,170,220); }

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

border-color css

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

 span { border-color: rgb(39,170,220); }

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