Html Css Color HEX #38ADDC Summer Sky

📋 copy color: '#38ADDC'

red 56 ◦ green 173 ◦ blue 220

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

Shades of Summer Sky #38ADDC

Tints of Summer Sky #38ADDC

RGB

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

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

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

R = 12.47%
G = 38.53%
B = 49%

CMYK

 C value IS 0.75

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#38ADDC (or 0x38ADDC) is known color: Summer Sky. HEX triplet: 38, AD and DC. RGB value is (56,173,220). Sum of RGB (Red+Green+Blue) = 56+173+220=449 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.47% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #38ADDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38ADDC is #C75223. Grayscale: #8F8F8F. Windows color (decimal): -13062692 or 14462264. OLE color: 14462264.

HSL color Cylindrical-coordinate representation of color #38ADDC: hue angle of 197.2º 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 #38ADDC is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 56 173 220 -
CMYK 0.75 0.21 0 0.14
HSL 197.2º 0.7% 0.54% -
HSV(B) 197.2º 0.75% 0.86% -
XYZ 29.49 35.9 73.08 -
YUV 143.38 171.24 65.68 -
System Red Green Blue C M Y K H S L
Decimal 56 173 220 0.75 0.21 0 0.14 197.2 0.7 0.54
Hex 38 AD DC 4B 15 0 E C5 46 36
Octal 70 255 334 113 25 0 16 305 106 66
Binary 111000 10101101 11011100 1001011 10101 0 1110 11000101 1000110 110110

Color Harmonies of #38ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ADDC

Black with #38ADDC

Text Example


Text Example

White with #38ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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