#38B0F1

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

Shades of Summer Sky #38B0F1

Tints of Summer Sky #38B0F1

Color information

#38B0F1 (or 0x38B0F1) is unknown color: approx Summer Sky. HEX triplet: 38, B0 and F1. RGB value is (56,176,241). Sum of RGB (Red+Green+Blue) = 56+176+241=473 (62% of max value = 765). Red value is 56 (22.27% from 255 or 11.84% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 241 (94.53% from 255 or 50.95% from 473); Max value from RGB is 241 - color contains mainly: blue. Hex color #38B0F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #38B0F1 is #C74F0E. Grayscale: #939393. Windows color (decimal): -13061903 or 15839288. OLE color: 15839288.

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

Color convert

RGB56176241-
CMYK0.770.2700.05
HSL201.08º86.85%58.24%-
HSV(B)201.08º76.76%94.51%-
XYZ33.0338.2488.86-
YUV147.53180.7462.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.84%
GREEN value IS 176 (69.14% from 255) = 37.21%
BLUE value IS 241 (94.53% from 255) = 50.95%
R=11.84%
G=37.21%
B=50.95%

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
Decimal561762410.770.2700.05201.0886.8558.24
Hex38B0F14D1B05c9573a
Octal70260361115330531112772
Binary11100010110000111100011001101110110101110010011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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