#38C7F3

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

Shades of Summer Sky #38C7F3

Tints of Summer Sky #38C7F3

Color information

#38C7F3 (or 0x38C7F3) is unknown color: approx Summer Sky. HEX triplet: 38, C7 and F3. RGB value is (56,199,243). Sum of RGB (Red+Green+Blue) = 56+199+243=498 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.24% from 498); Green value is 199 (78.12% from 255 or 39.96% from 498); Blue value is 243 (95.31% from 255 or 48.80% from 498); Max value from RGB is 243 - color contains mainly: blue. Hex color #38C7F3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38C7F3 is #C7380C. Grayscale: #A0A0A0. Windows color (decimal): -13056013 or 15976248. OLE color: 15976248.

HSL color Cylindrical-coordinate representation of color #38C7F3: hue angle of 194.12º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38C7F3 is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB56199243-
CMYK0.770.1800.05
HSL194.12º88.63%58.63%-
HSV(B)194.12º76.95%95.29%-
XYZ38.2348.1692.07-
YUV161.26174.1252.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.24%
GREEN value IS 199 (78.12% from 255) = 39.96%
BLUE value IS 243 (95.31% from 255) = 48.80%
R=11.24%
G=39.96%
B=48.80%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal561992430.770.1800.05194.1288.6358.63
Hex38C7F34D1205c2593b
Octal70307363115220530213173
Binary11100011000111111100111001101100100101110000101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C7F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,199,243); }

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

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

 a { background-color: rgb(56,199,243); }

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

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

 span { border-color: rgb(56,199,243); }

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