#38D7FD

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

Shades of Summer Sky #38D7FD

Tints of Summer Sky #38D7FD

Color information

#38D7FD (or 0x38D7FD) is unknown color: approx Summer Sky. HEX triplet: 38, D7 and FD. RGB value is (56,215,253). Sum of RGB (Red+Green+Blue) = 56+215+253=524 (69% of max value = 765). Red value is 56 (22.27% from 255 or 10.69% from 524); Green value is 215 (84.38% from 255 or 41.03% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #38D7FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38D7FD is #C72802. Grayscale: #ABABAB. Windows color (decimal): -13051907 or 16635704. OLE color: 16635704.

HSL color Cylindrical-coordinate representation of color #38D7FD: hue angle of 191.57º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38D7FD is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB56215253-
CMYK0.780.1500.01
HSL191.57º98.01%60.59%-
HSV(B)191.57º77.87%99.22%-
XYZ43.6656.53101.54-
YUV171.79173.8245.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 10.69%
GREEN value IS 215 (84.38% from 255) = 41.03%
BLUE value IS 253 (99.22% from 255) = 48.28%
R=10.69%
G=41.03%
B=48.28%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal562152530.780.1500.01191.5798.0160.59
Hex38D7FD4EF01c0623d
Octal70327375116170130014275
Binary11100011010111111111011001110111101110000001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,215,253); }

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

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

 a { background-color: rgb(56,215,253); }

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

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

 span { border-color: rgb(56,215,253); }

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