Html Css Color HEX #38AECD Summer Sky

📋 copy color: '#38AECD'

red 56 ◦ green 174 ◦ blue 205

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

Shades of Summer Sky #38AECD

Tints of Summer Sky #38AECD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40%

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

R = 12.87%
G = 40%
B = 47.13%

CMYK

 C value IS 0.73

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#38AECD (or 0x38AECD) is known color: Summer Sky. HEX triplet: 38, AE and CD. RGB value is (56,174,205). Sum of RGB (Red+Green+Blue) = 56+174+205=435 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.87% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #38AECD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38AECD is #C75132. Grayscale: #8E8E8E. Windows color (decimal): -13062451 or 13479480. OLE color: 13479480.

HSL color Cylindrical-coordinate representation of color #38AECD: hue angle of 192.48º 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 #38AECD is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 174 205 -
CMYK 0.73 0.15 0 0.20
HSL 192.48º 0.6% 0.51% -
HSV(B) 192.48º 0.73% 0.8% -
XYZ 27.79 35.52 63.15 -
YUV 142.25 163.41 66.48 -
System Red Green Blue C M Y K H S L
Decimal 56 174 205 0.73 0.15 0 0.20 192.48 0.6 0.51
Hex 38 AE CD 49 F 0 14 C0 3C 33
Octal 70 256 315 111 17 0 24 300 74 63
Binary 111000 10101110 11001101 1001001 1111 0 10100 11000000 111100 110011

Color Harmonies of #38AECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AECD

Black with #38AECD

Text Example


Text Example

White with #38AECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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