#38BAED

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

Shades of Summer Sky #38BAED

Tints of Summer Sky #38BAED

Color information

#38BAED (or 0x38BAED) is unknown color: approx Summer Sky. HEX triplet: 38, BA and ED. RGB value is (56,186,237). Sum of RGB (Red+Green+Blue) = 56+186+237=479 (63% of max value = 765). Red value is 56 (22.27% from 255 or 11.69% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #38BAED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #38BAED is #C74512. Grayscale: #989898. Windows color (decimal): -13059347 or 15579704. OLE color: 15579704.

HSL color Cylindrical-coordinate representation of color #38BAED: hue angle of 196.91º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #38BAED is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB56186237-
CMYK0.760.2200.07
HSL196.91º83.41%57.45%-
HSV(B)196.91º76.37%92.94%-
XYZ34.4842.0786.42-
YUV152.94175.4358.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.69%
GREEN value IS 186 (73.05% from 255) = 38.83%
BLUE value IS 237 (92.97% from 255) = 49.48%
R=11.69%
G=38.83%
B=49.48%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal561862370.760.2200.07196.9183.4157.45
Hex38BAED4C1607c55339
Octal70272355114260730512371
Binary11100010111010111011011001100101100111110001011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38BAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,186,237); }

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

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

 a { background-color: rgb(56,186,237); }

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

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

 span { border-color: rgb(56,186,237); }

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