#38AACB

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

Shades of Summer Sky #38AACB

Tints of Summer Sky #38AACB

Color information

#38AACB (or 0x38AACB) is unknown color: approx Summer Sky. HEX triplet: 38, AA and CB. RGB value is (56,170,203). Sum of RGB (Red+Green+Blue) = 56+170+203=429 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.05% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #38AACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38AACB is #C75534. Grayscale: #8B8B8B. Windows color (decimal): -13063477 or 13347384. OLE color: 13347384.

HSL color Cylindrical-coordinate representation of color #38AACB: hue angle of 193.47º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38AACB is Cyan = 0.72, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB56170203-
CMYK0.720.1600.20
HSL193.47º58.57%50.78%-
HSV(B)193.47º72.41%79.61%-
XYZ26.7933.961.63-
YUV139.68163.7368.32-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.05%
GREEN value IS 170 (66.80% from 255) = 39.63%
BLUE value IS 203 (79.69% from 255) = 47.32%
R=13.05%
G=39.63%
B=47.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal561702030.720.1600.20193.4758.5750.78
Hex38AACB4810014c13b33
Octal70252313110200243017363
Binary111000101010101100101110010001000001010011000001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38AACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,170,203); }

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

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

 a { background-color: rgb(56,170,203); }

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

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

 span { border-color: rgb(56,170,203); }

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