#38A7CB

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

Shades of Summer Sky #38A7CB

Tints of Summer Sky #38A7CB

Color information

#38A7CB (or 0x38A7CB) is unknown color: approx Summer Sky. HEX triplet: 38, A7 and CB. RGB value is (56,167,203). Sum of RGB (Red+Green+Blue) = 56+167+203=426 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.15% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #38A7CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38A7CB is #C75834. Grayscale: #898989. Windows color (decimal): -13064245 or 13346616. OLE color: 13346616.

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

Color convert

RGB56167203-
CMYK0.720.1800.20
HSL194.69º58.57%50.78%-
HSV(B)194.69º72.41%79.61%-
XYZ26.2332.7961.45-
YUV137.92164.7369.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.15%
GREEN value IS 167 (65.62% from 255) = 39.20%
BLUE value IS 203 (79.69% from 255) = 47.65%
R=13.15%
G=39.20%
B=47.65%

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
Decimal561672030.720.1800.20194.6958.5750.78
Hex38A7CB4812014c33b33
Octal70247313110220243037363
Binary111000101001111100101110010001001001010011000011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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