#38bbe0

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

Shades of Summer Sky #38BBE0

Tints of Summer Sky #38BBE0

Color information

#38BBE0 (or 0x38BBE0) is unknown color: approx Summer Sky. HEX triplet: 38, BB and E0. RGB value is (56,187,224). Sum of RGB (Red+Green+Blue) = 56+187+224=467 (61% of max value = 765). Red value is 56 (22.27% from 255 or 11.99% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 224 (87.89% from 255 or 47.97% from 467); Max value from RGB is 224 - color contains mainly: blue. Hex color #38BBE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BBE0 is #C7441F. Grayscale: #979797. Windows color (decimal): -13059104 or 14727992. OLE color: 14727992.

HSL color Cylindrical-coordinate representation of color #38BBE0: hue angle of 193.21º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38BBE0 is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB56187224-
CMYK0.750.1700.12
HSL193.21º73.04%54.9%-
HSV(B)193.21º75%87.84%-
XYZ32.8641.7676.85-
YUV152.05168.659.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 11.99%
GREEN value IS 187 (73.44% from 255) = 40.04%
BLUE value IS 224 (87.89% from 255) = 47.97%
R=11.99%
G=40.04%
B=47.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal561872240.750.1700.12193.2173.0454.9
Hex38BBE04B110Cc14937
Octal702733401132101430111167
Binary111000101110111110000010010111000101100110000011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38bbe0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,187,224); }

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

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

 a { background-color: rgb(56,187,224); }

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

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

 span { border-color: rgb(56,187,224); }

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