#38C0F4

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

Shades of Summer Sky #38C0F4

Tints of Summer Sky #38C0F4

Color information

#38C0F4 (or 0x38C0F4) is unknown color: approx Summer Sky. HEX triplet: 38, C0 and F4. RGB value is (56,192,244). Sum of RGB (Red+Green+Blue) = 56+192+244=492 (65% of max value = 765). Red value is 56 (22.27% from 255 or 11.38% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 244 (95.70% from 255 or 49.59% from 492); Max value from RGB is 244 - color contains mainly: blue. Hex color #38C0F4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38C0F4 is #C73F0B. Grayscale: #9C9C9C. Windows color (decimal): -13057804 or 16039992. OLE color: 16039992.

HSL color Cylindrical-coordinate representation of color #38C0F4: hue angle of 196.6º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38C0F4 is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB56192244-
CMYK0.770.2100.04
HSL196.6º89.52%58.82%-
HSV(B)196.6º77.05%95.69%-
XYZ36.8145.0792.35-
YUV157.26176.9455.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.38%
GREEN value IS 192 (75.39% from 255) = 39.02%
BLUE value IS 244 (95.70% from 255) = 49.59%
R=11.38%
G=39.02%
B=49.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal561922440.770.2100.04196.689.5258.82
Hex38C0F44D1504c55a3b
Octal70300364115250430513273
Binary11100011000000111101001001101101010100110001011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C0F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,192,244); }

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

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

 a { background-color: rgb(56,192,244); }

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

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

 span { border-color: rgb(56,192,244); }

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