#38C3DD

Color #38C3DD Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #38C3DD

Tints of Summer Sky #38C3DD

Color information

#38C3DD (or 0x38C3DD) is unknown color: approx Summer Sky. HEX triplet: 38, C3 and DD. RGB value is (56,195,221). Sum of RGB (Red+Green+Blue) = 56+195+221=472 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.86% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #38C3DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C3DD is #C73C22. Grayscale: #9C9C9C. Windows color (decimal): -13057059 or 14533432. OLE color: 14533432.

HSL color Cylindrical-coordinate representation of color #38C3DD: hue angle of 189.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 #38C3DD is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB56195221-
CMYK0.750.1200.13
HSL189.45º70.82%54.31%-
HSV(B)189.45º74.66%86.67%-
XYZ34.245.0975.31-
YUV156.4164.4556.39-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.86%
GREEN value IS 195 (76.56% from 255) = 41.31%
BLUE value IS 221 (86.72% from 255) = 46.82%
R=11.86%
G=41.31%
B=46.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal561952210.750.1200.13189.4570.8254.31
Hex38C3DD4BC0Dbd4736
Octal703033351131401527510766
Binary11100011000011110111011001011110001101101111011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #38C3DD;
 }
 .AnyTagClassName
 {
   color: #38C3DD;
 }
</style>
background-color css

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

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

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

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

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

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