Html Css Color HEX #38ADDD Summer Sky

📋 copy color: '#38ADDD'

red 56 ◦ green 173 ◦ blue 221

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

Shades of Summer Sky #38ADDD

Tints of Summer Sky #38ADDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 49.11%

R = 12.44%
G = 38.44%
B = 49.11%

CMYK

 C value IS 0.75

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#38ADDD (or 0x38ADDD) is known color: Summer Sky. HEX triplet: 38, AD and DD. RGB value is (56,173,221). Sum of RGB (Red+Green+Blue) = 56+173+221=450 (59% of max value = 765). Red value is 56 (22.27% from 255 or 12.44% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #38ADDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38ADDD is #C75222. Grayscale: #8F8F8F. Windows color (decimal): -13062691 or 14527800. OLE color: 14527800.

HSL color Cylindrical-coordinate representation of color #38ADDD: hue angle of 197.45º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38ADDD is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 173 221 -
CMYK 0.75 0.22 0 0.13
HSL 197.45º 0.71% 0.54% -
HSV(B) 197.45º 0.75% 0.87% -
XYZ 29.63 35.95 73.78 -
YUV 143.49 171.74 65.6 -
System Red Green Blue C M Y K H S L
Decimal 56 173 221 0.75 0.22 0 0.13 197.45 0.71 0.54
Hex 38 AD DD 4B 16 0 D C5 47 36
Octal 70 255 335 113 26 0 15 305 107 66
Binary 111000 10101101 11011101 1001011 10110 0 1101 11000101 1000111 110110

Color Harmonies of #38ADDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ADDD

Black with #38ADDD

Text Example


Text Example

White with #38ADDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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