Html Css Color HEX #38AADC Summer Sky

📋 copy color: '#38AADC'

red 56 ◦ green 170 ◦ blue 220

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

Shades of Summer Sky #38AADC

Tints of Summer Sky #38AADC

RGB

 RED value IS 56 (22.27% from 255) = 12.56%

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

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

R = 12.56%
G = 38.12%
B = 49.33%

CMYK

 C value IS 0.75

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#38AADC (or 0x38AADC) is known color: Summer Sky. HEX triplet: 38, AA and DC. RGB value is (56,170,220). Sum of RGB (Red+Green+Blue) = 56+170+220=446 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.56% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #38AADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38AADC is #C75523. Grayscale: #8D8D8D. Windows color (decimal): -13063460 or 14461496. OLE color: 14461496.

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

Color convert

RGB 56 170 220 -
CMYK 0.75 0.23 0 0.14
HSL 198.29º 0.7% 0.54% -
HSV(B) 198.29º 0.75% 0.86% -
XYZ 28.92 34.76 72.89 -
YUV 141.61 172.23 66.93 -
System Red Green Blue C M Y K H S L
Decimal 56 170 220 0.75 0.23 0 0.14 198.29 0.7 0.54
Hex 38 AA DC 4B 17 0 E C6 46 36
Octal 70 252 334 113 27 0 16 306 106 66
Binary 111000 10101010 11011100 1001011 10111 0 1110 11000110 1000110 110110

Color Harmonies of #38AADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AADC

Black with #38AADC

Text Example


Text Example

White with #38AADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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