#38B3DB

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

Shades of Summer Sky #38B3DB

Tints of Summer Sky #38B3DB

Color information

#38B3DB (or 0x38B3DB) is unknown color: approx Summer Sky. HEX triplet: 38, B3 and DB. RGB value is (56,179,219). Sum of RGB (Red+Green+Blue) = 56+179+219=454 (60% of max value = 765). Red value is 56 (22.27% from 255 or 12.33% from 454); Green value is 179 (70.31% from 255 or 39.43% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #38B3DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38B3DB is #C74C24. Grayscale: #929292. Windows color (decimal): -13061157 or 14398264. OLE color: 14398264.

HSL color Cylindrical-coordinate representation of color #38B3DB: hue angle of 194.72º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38B3DB is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB56179219-
CMYK0.740.1800.14
HSL194.72º69.36%53.92%-
HSV(B)194.72º74.43%85.88%-
XYZ30.5438.272.78-
YUV146.78168.7563.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.33%
GREEN value IS 179 (70.31% from 255) = 39.43%
BLUE value IS 219 (85.94% from 255) = 48.24%
R=12.33%
G=39.43%
B=48.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal561792190.740.1800.14194.7269.3653.92
Hex38B3DB4A120Ec34536
Octal702633331122201630310566
Binary111000101100111101101110010101001001110110000111000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38B3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,179,219); }

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

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

 a { background-color: rgb(56,179,219); }

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

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

 span { border-color: rgb(56,179,219); }

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