Html Css Color HEX #38AACD Summer Sky

📋 copy color: '#38AACD'

red 56 ◦ green 170 ◦ blue 205

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

Shades of Summer Sky #38AACD

Tints of Summer Sky #38AACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.56%

R = 12.99%
G = 39.44%
B = 47.56%

CMYK

 C value IS 0.73

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#38AACD (or 0x38AACD) is known color: Summer Sky. HEX triplet: 38, AA and CD. RGB value is (56,170,205). Sum of RGB (Red+Green+Blue) = 56+170+205=431 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.99% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #38AACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38AACD is #C75532. Grayscale: #8B8B8B. Windows color (decimal): -13063475 or 13478456. OLE color: 13478456.

HSL color Cylindrical-coordinate representation of color #38AACD: hue angle of 194.09º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38AACD is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 170 205 -
CMYK 0.73 0.17 0 0.20
HSL 194.09º 0.6% 0.51% -
HSV(B) 194.09º 0.73% 0.8% -
XYZ 27.03 34 62.9 -
YUV 139.9 164.73 68.15 -
System Red Green Blue C M Y K H S L
Decimal 56 170 205 0.73 0.17 0 0.20 194.09 0.6 0.51
Hex 38 AA CD 49 11 0 14 C2 3C 33
Octal 70 252 315 111 21 0 24 302 74 63
Binary 111000 10101010 11001101 1001001 10001 0 10100 11000010 111100 110011

Color Harmonies of #38AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AACD

Black with #38AACD

Text Example


Text Example

White with #38AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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