#38AFF1

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

Shades of Summer Sky #38AFF1

Tints of Summer Sky #38AFF1

Color information

#38AFF1 (or 0x38AFF1) is unknown color: approx Summer Sky. HEX triplet: 38, AF and F1. RGB value is (56,175,241). Sum of RGB (Red+Green+Blue) = 56+175+241=472 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.86% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 241 (94.53% from 255 or 51.06% from 472); Max value from RGB is 241 - color contains mainly: blue. Hex color #38AFF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #38AFF1 is #C7500E. Grayscale: #929292. Windows color (decimal): -13062159 or 15839032. OLE color: 15839032.

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

Color convert

RGB56175241-
CMYK0.770.2700.05
HSL201.41º86.85%58.24%-
HSV(B)201.41º76.76%94.51%-
XYZ32.8437.8588.79-
YUV146.94181.0863.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.86%
GREEN value IS 175 (68.75% from 255) = 37.08%
BLUE value IS 241 (94.53% from 255) = 51.06%
R=11.86%
G=37.08%
B=51.06%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal561752410.770.2700.05201.4186.8558.24
Hex38AFF14D1B05c9573a
Octal70257361115330531112772
Binary11100010101111111100011001101110110101110010011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,175,241); }

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

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

 a { background-color: rgb(56,175,241); }

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

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

 span { border-color: rgb(56,175,241); }

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