#38A5CB

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

Shades of Summer Sky #38A5CB

Tints of Summer Sky #38A5CB

Color information

#38A5CB (or 0x38A5CB) is unknown color: approx Summer Sky. HEX triplet: 38, A5 and CB. RGB value is (56,165,203). Sum of RGB (Red+Green+Blue) = 56+165+203=424 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.21% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #38A5CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A5CB is #C75A34. Grayscale: #888888. Windows color (decimal): -13064757 or 13346104. OLE color: 13346104.

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

Color convert

RGB56165203-
CMYK0.720.1900.20
HSL195.51º58.57%50.78%-
HSV(B)195.51º72.41%79.61%-
XYZ25.8732.0661.33-
YUV136.74165.3970.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.21%
GREEN value IS 165 (64.84% from 255) = 38.92%
BLUE value IS 203 (79.69% from 255) = 47.88%
R=13.21%
G=38.92%
B=47.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal561652030.720.1900.20195.5158.5750.78
Hex38A5CB4813014c43b33
Octal70245313110230243047363
Binary111000101001011100101110010001001101010011000100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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