#38ABF5

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

Shades of Summer Sky #38ABF5

Tints of Summer Sky #38ABF5

Color information

#38ABF5 (or 0x38ABF5) is unknown color: approx Summer Sky. HEX triplet: 38, AB and F5. RGB value is (56,171,245). Sum of RGB (Red+Green+Blue) = 56+171+245=472 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.86% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 245 (96.09% from 255 or 51.91% from 472); Max value from RGB is 245 - color contains mainly: blue. Hex color #38ABF5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #38ABF5 is #C7540A. Grayscale: #909090. Windows color (decimal): -13063179 or 16100152. OLE color: 16100152.

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

Color convert

RGB56171245-
CMYK0.770.3000.04
HSL203.49º90.43%59.02%-
HSV(B)203.49º77.14%96.08%-
XYZ32.6836.5691.72-
YUV145.05184.464.48-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.86%
GREEN value IS 171 (67.19% from 255) = 36.23%
BLUE value IS 245 (96.09% from 255) = 51.91%
R=11.86%
G=36.23%
B=51.91%

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
Decimal561712450.770.3000.04203.4990.4359.02
Hex38ABF54D1E04cb5a3b
Octal70253365115360431313273
Binary11100010101011111101011001101111100100110010111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38ABF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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