#38C4FD

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

Shades of Summer Sky #38C4FD

Tints of Summer Sky #38C4FD

Color information

#38C4FD (or 0x38C4FD) is unknown color: approx Summer Sky. HEX triplet: 38, C4 and FD. RGB value is (56,196,253). Sum of RGB (Red+Green+Blue) = 56+196+253=505 (66% of max value = 765). Red value is 56 (22.27% from 255 or 11.09% from 505); Green value is 196 (76.95% from 255 or 38.81% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #38C4FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38C4FD is #C73B02. Grayscale: #A0A0A0. Windows color (decimal): -13056771 or 16630840. OLE color: 16630840.

HSL color Cylindrical-coordinate representation of color #38C4FD: hue angle of 197.36º 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 #38C4FD is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB56196253-
CMYK0.780.2300.01
HSL197.36º98.01%60.59%-
HSV(B)197.36º77.87%99.22%-
XYZ39.147.41100.02-
YUV160.64180.1253.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.09%
GREEN value IS 196 (76.95% from 255) = 38.81%
BLUE value IS 253 (99.22% from 255) = 50.10%
R=11.09%
G=38.81%
B=50.10%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal561962530.780.2300.01197.3698.0160.59
Hex38C4FD4E1701c5623d
Octal70304375116270130514275
Binary111000110001001111110110011101011101110001011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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