#38A3CB

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

Shades of Summer Sky #38A3CB

Tints of Summer Sky #38A3CB

Color information

#38A3CB (or 0x38A3CB) is unknown color: approx Summer Sky. HEX triplet: 38, A3 and CB. RGB value is (56,163,203). Sum of RGB (Red+Green+Blue) = 56+163+203=422 (55% of max value = 765). Red value is 56 (22.27% from 255 or 13.27% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #38A3CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A3CB is #C75C34. Grayscale: #878787. Windows color (decimal): -13065269 or 13345592. OLE color: 13345592.

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

Color convert

RGB56163203-
CMYK0.720.2000.20
HSL196.33º58.57%50.78%-
HSV(B)196.33º72.41%79.61%-
XYZ25.5131.3561.21-
YUV135.57166.0571.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.27%
GREEN value IS 163 (64.06% from 255) = 38.63%
BLUE value IS 203 (79.69% from 255) = 48.10%
R=13.27%
G=38.63%
B=48.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal561632030.720.2000.20196.3358.5750.78
Hex38A3CB4814014c43b33
Octal70243313110240243047363
Binary111000101000111100101110010001010001010011000100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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