#38A4CB

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

Shades of Summer Sky #38A4CB

Tints of Summer Sky #38A4CB

Color information

#38A4CB (or 0x38A4CB) is unknown color: approx Summer Sky. HEX triplet: 38, A4 and CB. RGB value is (56,164,203). Sum of RGB (Red+Green+Blue) = 56+164+203=423 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.24% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #38A4CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A4CB is #C75B34. Grayscale: #878787. Windows color (decimal): -13065013 or 13345848. OLE color: 13345848.

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

Color convert

RGB56164203-
CMYK0.720.1900.20
HSL195.92º58.57%50.78%-
HSV(B)195.92º72.41%79.61%-
XYZ25.6931.761.27-
YUV136.15165.7270.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.24%
GREEN value IS 164 (64.45% from 255) = 38.77%
BLUE value IS 203 (79.69% from 255) = 47.99%
R=13.24%
G=38.77%
B=47.99%

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
Decimal561642030.720.1900.20195.9258.5750.78
Hex38A4CB4813014c43b33
Octal70244313110230243047363
Binary111000101001001100101110010001001101010011000100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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