#38A6CB

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

Shades of Summer Sky #38A6CB

Tints of Summer Sky #38A6CB

Color information

#38A6CB (or 0x38A6CB) is unknown color: approx Summer Sky. HEX triplet: 38, A6 and CB. RGB value is (56,166,203). Sum of RGB (Red+Green+Blue) = 56+166+203=425 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.18% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #38A6CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A6CB is #C75934. Grayscale: #898989. Windows color (decimal): -13064501 or 13346360. OLE color: 13346360.

HSL color Cylindrical-coordinate representation of color #38A6CB: hue angle of 195.1º 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 #38A6CB is Cyan = 0.72, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB56166203-
CMYK0.720.1800.20
HSL195.1º58.57%50.78%-
HSV(B)195.1º72.41%79.61%-
XYZ26.0532.4261.39-
YUV137.33165.0669.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.18%
GREEN value IS 166 (65.23% from 255) = 39.06%
BLUE value IS 203 (79.69% from 255) = 47.76%
R=13.18%
G=39.06%
B=47.76%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal561662030.720.1800.20195.158.5750.78
Hex38A6CB4812014c33b33
Octal70246313110220243037363
Binary111000101001101100101110010001001001010011000011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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