#38C5DD

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

Shades of Summer Sky #38C5DD

Tints of Summer Sky #38C5DD

Color information

#38C5DD (or 0x38C5DD) is unknown color: approx Summer Sky. HEX triplet: 38, C5 and DD. RGB value is (56,197,221). Sum of RGB (Red+Green+Blue) = 56+197+221=474 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.81% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #38C5DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C5DD is #C73A22. Grayscale: #9D9D9D. Windows color (decimal): -13056547 or 14533944. OLE color: 14533944.

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

Color convert

RGB56197221-
CMYK0.750.1100.13
HSL188.73º70.82%54.31%-
HSV(B)188.73º74.66%86.67%-
XYZ34.6545.9975.46-
YUV157.58163.7955.55-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.81%
GREEN value IS 197 (77.34% from 255) = 41.56%
BLUE value IS 221 (86.72% from 255) = 46.62%
R=11.81%
G=41.56%
B=46.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal561972210.750.1100.13188.7370.8254.31
Hex38C5DD4BB0Dbd4736
Octal703053351131301527510766
Binary11100011000101110111011001011101101101101111011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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