Html Css Color HEX #38ADCD Summer Sky

📋 copy color: '#38ADCD'

red 56 ◦ green 173 ◦ blue 205

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

Shades of Summer Sky #38ADCD

Tints of Summer Sky #38ADCD

RGB

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

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

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

R = 12.9%
G = 39.86%
B = 47.24%

CMYK

 C value IS 0.73

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#38ADCD (or 0x38ADCD) is known color: Summer Sky. HEX triplet: 38, AD and CD. RGB value is (56,173,205). Sum of RGB (Red+Green+Blue) = 56+173+205=434 (57% of max value = 765). Red value is 56 (22.27% from 255 or 12.90% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #38ADCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38ADCD is #C75232. Grayscale: #8D8D8D. Windows color (decimal): -13062707 or 13479224. OLE color: 13479224.

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

Color convert

RGB 56 173 205 -
CMYK 0.73 0.16 0 0.20
HSL 192.89º 0.6% 0.51% -
HSV(B) 192.89º 0.73% 0.8% -
XYZ 27.59 35.14 63.09 -
YUV 141.67 163.74 66.9 -
System Red Green Blue C M Y K H S L
Decimal 56 173 205 0.73 0.16 0 0.20 192.89 0.6 0.51
Hex 38 AD CD 49 10 0 14 C1 3C 33
Octal 70 255 315 111 20 0 24 301 74 63
Binary 111000 10101101 11001101 1001001 10000 0 10100 11000001 111100 110011

Color Harmonies of #38ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ADCD

Black with #38ADCD

Text Example


Text Example

White with #38ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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