#38B6F8

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

Shades of Summer Sky #38B6F8

Tints of Summer Sky #38B6F8

Color information

#38B6F8 (or 0x38B6F8) is unknown color: approx Summer Sky. HEX triplet: 38, B6 and F8. RGB value is (56,182,248). Sum of RGB (Red+Green+Blue) = 56+182+248=486 (64% of max value = 765). Red value is 56 (22.27% from 255 or 11.52% from 486); Green value is 182 (71.48% from 255 or 37.45% from 486); Blue value is 248 (97.27% from 255 or 51.03% from 486); Max value from RGB is 248 - color contains mainly: blue. Hex color #38B6F8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38B6F8 is #C74907. Grayscale: #979797. Windows color (decimal): -13060360 or 16299576. OLE color: 16299576.

HSL color Cylindrical-coordinate representation of color #38B6F8: hue angle of 200.62º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38B6F8 is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB56182248-
CMYK0.770.2700.03
HSL200.62º93.2%59.61%-
HSV(B)200.62º77.42%97.25%-
XYZ35.341.0794.87-
YUV151.85182.2659.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.52%
GREEN value IS 182 (71.48% from 255) = 37.45%
BLUE value IS 248 (97.27% from 255) = 51.03%
R=11.52%
G=37.45%
B=51.03%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal561822480.770.2700.03200.6293.259.61
Hex38B6F84D1B03c95d3c
Octal70266370115330331113574
Binary1110001011011011111000100110111011011110010011011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B6F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,182,248); }

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

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

 a { background-color: rgb(56,182,248); }

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

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

 span { border-color: rgb(56,182,248); }

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