#38ACF5

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

Shades of Summer Sky #38ACF5

Tints of Summer Sky #38ACF5

Color information

#38ACF5 (or 0x38ACF5) is unknown color: approx Summer Sky. HEX triplet: 38, AC and F5. RGB value is (56,172,245). Sum of RGB (Red+Green+Blue) = 56+172+245=473 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.84% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 245 (96.09% from 255 or 51.80% from 473); Max value from RGB is 245 - color contains mainly: blue. Hex color #38ACF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #38ACF5 is #C7530A. Grayscale: #919191. Windows color (decimal): -13062923 or 16100408. OLE color: 16100408.

HSL color Cylindrical-coordinate representation of color #38ACF5: hue angle of 203.17º 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 #38ACF5 is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB56172245-
CMYK0.770.3000.04
HSL203.17º90.43%59.02%-
HSV(B)203.17º77.14%96.08%-
XYZ32.8636.9491.78-
YUV145.64184.0764.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.84%
GREEN value IS 172 (67.58% from 255) = 36.36%
BLUE value IS 245 (96.09% from 255) = 51.80%
R=11.84%
G=36.36%
B=51.80%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal561722450.770.3000.04203.1790.4359.02
Hex38ACF54D1E04cb5a3b
Octal70254365115360431313273
Binary11100010101100111101011001101111100100110010111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38ACF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,172,245); }

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

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

 a { background-color: rgb(56,172,245); }

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

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

 span { border-color: rgb(56,172,245); }

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